Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump [email protected] #228

Merged
merged 4 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading