Skip to content

Commit

Permalink
chore: update playwright version to 1.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romarionijim committed Dec 26, 2024
1 parent 531298d commit f7c439f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "npx playwright test --workers 1"
"test": "npx playwright test --workers 1",
"test:changed": "npx playwright test --only-changed --workers 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.49.1",
"@types/node": "^20.10.0",
"typescript": "^5.3.2"
},
Expand Down

0 comments on commit f7c439f

Please sign in to comment.