Skip to content

Commit ac2accf

Browse files
authored
deps: bump playwright@1.44.0 (#259)
* deps: bump playwright@1.44.0 * ci: bump saucectl config for deprecated pw version
1 parent 639ac55 commit ac2accf

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
},
3232
"homepage": "https://github.com/saucelabs/sauce-playwright-runner",
3333
"dependencies": {
34-
"@playwright/test": "1.43.1",
34+
"@playwright/test": "1.44.0",
3535
"@saucelabs/playwright-reporter": "1.1.0",
3636
"@saucelabs/testcomposer": "2.0.1",
3737
"dotenv": "16.4.5",
3838
"lodash": "4.17.21",
39-
"playwright": "1.43.1",
39+
"playwright": "1.44.0",
4040
"sauce-testrunner-utils": "2.2.0",
4141
"xml-js": "1.6.11"
4242
},

tests/fixtures/cloud/cucumber/.sauce/config_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
defaults:
1111
timeout: 5m
1212
playwright:
13-
version: 1.29.2
13+
version: 1.43.1
1414
rootDir: ./
1515
suites:
1616
- name: Cucumber - macOS12 - Chromium

tests/fixtures/cloud/cucumber/.sauce/config_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sauce:
1010
defaults:
1111
timeout: 5m
1212
playwright:
13-
version: 1.29.2
13+
version: 1.43.1
1414
rootDir: ./
1515
suites:
1616
- name: Cucumber - Win10 - Chromium

0 commit comments

Comments
 (0)