Skip to content

Commit 7eb7e67

Browse files
authored
chore: Update pw version to latest supported (#94)
[DEVX-3121]
1 parent 8795f0a commit 7eb7e67

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

examples/cucumber/.sauce/config.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.49.0
13+
version: 1.49.1
1414
rootDir: ./
1515
suites:
1616
- name: My Cucumber Test

examples/cucumber/package-lock.json

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

examples/cucumber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@cucumber/cucumber": "^9.6.0",
4-
"@playwright/test": "1.49.0",
4+
"@playwright/test": "1.49.1",
55
"@saucelabs/cucumber-reporter": "^1.2.0",
66
"@types/node": "^22.9.4",
77
"ts-node": "^10.9.2",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/saucelabs/saucectl-playwright-example#readme",
2525
"devDependencies": {
26-
"@playwright/test": "1.49.0",
26+
"@playwright/test": "1.49.1",
2727
"saucectl": "^0.186.4"
2828
}
2929
}

0 commit comments

Comments
 (0)