Skip to content

Commit

Permalink
Bump playwright to latest (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 authored Dec 5, 2024
1 parent 40b02d4 commit 8795f0a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/cucumber/.sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
playwright:
version: 1.48.2
version: 1.49.0
rootDir: ./
suites:
- name: My Cucumber Test
Expand Down
24 changes: 12 additions & 12 deletions examples/cucumber/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@cucumber/cucumber": "^9.6.0",
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"@saucelabs/cucumber-reporter": "^1.2.0",
"@types/node": "^22.9.4",
"ts-node": "^10.9.2",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/saucelabs/saucectl-playwright-example#readme",
"devDependencies": {
"@playwright/test": "1.48.2",
"@playwright/test": "1.49.0",
"saucectl": "^0.186.4"
}
}

0 comments on commit 8795f0a

Please sign in to comment.