Skip to content

Commit

Permalink
chore: Bump examples to latest supported framework
Browse files Browse the repository at this point in the history
[DEVX-3044]
  • Loading branch information
mhan83 committed Sep 27, 2024
1 parent ab2b882 commit e6aeeea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion v1/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
- other tag
build: Github Run $GITHUB_RUN_ID
cypress:
version: 13.13.3 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
version: 13.14.2 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
configFile: "cypress.config.js"

# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/allure-plugin/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
- other tag
build: Github Run $GITHUB_RUN_ID
cypress:
version: 13.13.3 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
version: 13.14.2 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
configFile: "cypress.config.js"

# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/cucumber/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
- example repo
# build: Github Run $GITHUB_RUN_ID
cypress:
version: 13.13.3 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
version: 13.14.2 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
configFile: "cypress.config.js" # We determine related files based on the location of the config file.
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/cypress-grep/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sauce:
- cypress-grep-example
build: Github Run $GITHUB_RUN_ID
cypress:
version: 13.13.3
version: 13.14.2
configFile: "cypress.config.js"
rootDir: ./
suites:
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/multi-reporter/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sauce:
build: Github Run $GITHUB_RUN_ID

cypress:
version: 13.13.3
version: 13.14.2
configFile: "cypress.config.js"
reporters:
- name: cypress-mochawesome-reporter
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/typescript/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
- other tag
build: Github Run $GITHUB_RUN_ID
cypress:
version: 13.13.3 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
version: 13.14.2 # See https://docs.saucelabs.com/web-apps/automated-testing/cypress/#supported-testing-platforms for a list of supported versions.
configFile: "cypress.config.js"
# Controls what files are available in the context of a test run (unless explicitly excluded by .sauceignore).
rootDir: ./
Expand Down
2 changes: 1 addition & 1 deletion v1/examples/webkit/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sauce:
- cypress-example

cypress:
version: 13.7.3
version: 13.14.2
configFile: "cypress.config.js"

rootDir: ./
Expand Down

0 comments on commit e6aeeea

Please sign in to comment.