Skip to content

Commit

Permalink
npm: depend on playwright directly
Browse files Browse the repository at this point in the history
we used the CLI from playwright-core, but that was removed in
microsoft/playwright#22612
  • Loading branch information
lazka committed May 22, 2023
1 parent b98f462 commit 9416a17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
22 changes: 18 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"mocha": "^10.0.0",
"playwright": "^1.34.0",
"playwright-core": "^1.20.2",
"prettier": "^2.5.1",
"rollup": "^3.2.5",
Expand Down

0 comments on commit 9416a17

Please sign in to comment.