Skip to content

Commit

Permalink
deps: bump [email protected] (#259)
Browse files Browse the repository at this point in the history
* deps: bump [email protected]

* ci: bump saucectl config for deprecated pw version
  • Loading branch information
mhan83 authored May 22, 2024
1 parent 639ac55 commit ac2accf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 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,12 +31,12 @@
},
"homepage": "https://github.com/saucelabs/sauce-playwright-runner",
"dependencies": {
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"@saucelabs/playwright-reporter": "1.1.0",
"@saucelabs/testcomposer": "2.0.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"playwright": "1.43.1",
"playwright": "1.44.0",
"sauce-testrunner-utils": "2.2.0",
"xml-js": "1.6.11"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/cloud/cucumber/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
playwright:
version: 1.29.2
version: 1.43.1
rootDir: ./
suites:
- name: Cucumber - macOS12 - Chromium
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/cloud/cucumber/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
playwright:
version: 1.29.2
version: 1.43.1
rootDir: ./
suites:
- name: Cucumber - Win10 - Chromium
Expand Down

0 comments on commit ac2accf

Please sign in to comment.