Skip to content

Commit

Permalink
feat: Bump [email protected] (#228)
Browse files Browse the repository at this point in the history
* feat: Bump [email protected]

* fix integration windows version

* fix platform again

* bump cucumber related packages
  • Loading branch information
tianfeng92 authored Aug 28, 2023
1 parent 1c2235c commit e453510
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 3,019 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"homepage": "https://github.com/saucelabs/sauce-playwright-runner",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@playwright/test": "1.36.2",
"@playwright/test": "1.37.1",
"@saucelabs/playwright-reporter": "0.4.2",
"@saucelabs/testcomposer": "^1.0.0",
"@wdio/logger": "7.26.0",
"dotenv": "16.0.3",
"glob": "^8.0.0",
"lodash": "4.17.21",
"playwright": "1.36.2",
"playwright": "1.37.1",
"query-string": "^7.1.1",
"sauce-testrunner-utils": "1.3.0",
"shelljs": "^0.8.5",
Expand Down
6 changes: 3 additions & 3 deletions tests/fixtures/cloud/.sauce/config-sc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ suites:

## Windows 11 Tests
- name: "Win11 - Chromium"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "chromium"
testMatch:
- "tests/.*.test.js"

- name: "Win11 - Firefox"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "firefox"
testMatch:
- "tests/.*.test.js"

- name: "Win11 - Webkit"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "webkit"
testMatch:
Expand Down
7 changes: 4 additions & 3 deletions tests/fixtures/cloud/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ suites:

## Windows 11 Tests
- name: "Win11 - Chromium"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "chromium"
testMatch:
- "tests/no-sc/.*.test.js"

- name: "Win11 - Firefox"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "firefox"
testMatch:
- "tests/no-sc/.*.test.js"

- name: "Win11 - Webkit"
platformName: "Windows 10"
platformName: "Windows 11"
params:
browserName: "webkit"
testMatch:
Expand Down Expand Up @@ -108,3 +108,4 @@ notifications:
slack:
channels: ["devx-slack-notifications"]
send: fail

Loading

0 comments on commit e453510

Please sign in to comment.