Skip to content

Commit

Permalink
Bump cypress@12.14.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel authored Jun 16, 2023
1 parent 50c821d commit 9fc09c6
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 99 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
saucectl run \
--runner-version "url: ${BUNDLE_URL}" \
--config ./.sauce/config.yml \
--select-suite "${{ matrix.os }} - ${{ matrix.browser }}"
--select-suite "Cypress - ${{ matrix.os }} - ${{ matrix.browser }}"
bundle-tests-with-sc:
needs: [build-windows-bundle, build-mac-bundle]
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
saucectl run \
--runner-version "url: ${BUNDLE_URL}" \
--config ./.sauce/config-sc.yml \
--select-suite "${{ matrix.os }} - ${{ matrix.browser }}" \
--select-suite "Cypress - ${{ matrix.os }} - ${{ matrix.browser }}" \
--tunnel-name github-cypress-sc-check-tunnel-${{ matrix.os }}-${{ matrix.browser }}
bundle-test-modules:
Expand Down Expand Up @@ -303,4 +303,4 @@ jobs:
saucectl run \
--runner-version "url: ${BUNDLE_URL}" \
--config ./.sauce/config.yml \
--select-suite "${{ matrix.os }} - Chrome"
--select-suite "Cypress - ${{ matrix.os }} - Chrome"
115 changes: 58 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"@testing-library/cypress": "9.0.0",
"@tsconfig/node18": "^1.0.1",
"babel-loader": "9.1.2",
"cypress": "12.11.0",
"cypress": "12.14.0",
"cypress-file-upload": "5.0.8",
"cypress-mochawesome-reporter": "3.4.0",
"cypress-multi-reporters": "1.6.2",
"cypress-wait-until": "1.7.2",
"cypress-multi-reporters": "1.6.3",
"cypress-wait-until": "2.0.0",
"dotenv": "16.0.3",
"fluent-ffmpeg": "^2.1.2",
"lodash": "4.17.21",
"mkdirp": "^3.0.0",
"mocha-junit-reporter": "^2.2.0",
"playwright-webkit": "1.33.0",
"playwright-webkit": "1.34.0",
"sauce-testrunner-utils": "1.1.0",
"typescript": "5.0.4",
"typescript": "5.1.3",
"webpack": "5.81.0",
"xml-js": "^1.6.11",
"yargs": "^16.2.0"
Expand Down
30 changes: 15 additions & 15 deletions tests/cloud/.sauce/config-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,99 +16,99 @@ env:
foo: bar
suites:
# Windows 10 Tests
- name: "Win10 - Chrome"
- name: "Cypress - Win10 - Chrome"
browser: "chrome"
platformName: "Windows 10"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "Win10 - Firefox"
- name: "Cypress - Win10 - Firefox"
browser: "firefox"
platformName: "Windows 10"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "Win10 - Webkit"
- name: "Cypress - Win10 - Webkit"
browser: "webkit"
platformName: "Windows 10"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]

# Windows 11 Tests
- name: "Win11 - Chrome"
- name: "Cypress - Win11 - Chrome"
browser: "chrome"
platformName: "Windows 11"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "Win11 - Firefox"
- name: "Cypress - Win11 - Firefox"
browser: "firefox"
platformName: "Windows 11"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "Win11 - Webkit"
- name: "Cypress - Win11 - Webkit"
browser: "webkit"
platformName: "Windows 11"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]

# macOS 11.00 Tests
- name: "macOS11 - Chrome"
- name: "Cypress - macOS11 - Chrome"
browser: "chrome"
platformName: "macOS 11.00"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS11 - Firefox"
- name: "Cypress - macOS11 - Firefox"
browser: "firefox"
platformName: "macOS 11.00"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS11 - Webkit"
- name: "Cypress - macOS11 - Webkit"
browser: "webkit"
platformName: "macOS 11.00"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]

# macOS 12 Tests
- name: "macOS12 - Chrome"
- name: "Cypress - macOS12 - Chrome"
browser: "chrome"
platformName: "macOS 12"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS12 - Firefox"
- name: "Cypress - macOS12 - Firefox"
browser: "firefox"
platformName: "macOS 12"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS12 - Webkit"
- name: "Cypress - macOS12 - Webkit"
browser: "webkit"
platformName: "macOS 12"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]

# macOS 13 Tests
- name: "macOS13 - Chrome"
- name: "Cypress - macOS13 - Chrome"
browser: "chrome"
platformName: "macOS 13"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS13 - Firefox"
- name: "Cypress - macOS13 - Firefox"
browser: "firefox"
platformName: "macOS 13"
config:
testingType: "e2e"
specPattern: [ "cypress/e2e/**/*.cy.js" ]
- name: "macOS13 - Webkit"
- name: "Cypress - macOS13 - Webkit"
browser: "webkit"
platformName: "macOS 13"
config:
Expand Down
Loading

0 comments on commit 9fc09c6

Please sign in to comment.