Skip to content

Commit 02dfc02

Browse files
authored
Merge pull request #59 from github/dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf
Bump playwright from 1.34.3 to 1.56.1 in the npm_and_yarn group across 1 directory
2 parents bf606c1 + f8b9dd1 commit 02dfc02

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

package-lock.json

Lines changed: 35 additions & 15 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
@@ -25,7 +25,7 @@
2525
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
2626
"build": "tsc && npm run bundle && npm run manifest",
2727
"prepublishOnly": "npm run build",
28-
"pretest": "npm run build",
28+
"pretest": "npm run build && npx playwright install --with-deps",
2929
"test": "web-test-runner",
3030
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'",
3131
"manifest": "custom-elements-manifest analyze"
@@ -44,7 +44,7 @@
4444
"@open-wc/testing": "^3.1.8",
4545
"@web/dev-server-esbuild": "^0.4.1",
4646
"@web/test-runner": "^0.19.0",
47-
"@web/test-runner-playwright": "^0.11.0",
47+
"@web/test-runner-playwright": "^0.11.1",
4848
"esbuild": "^0.25.0",
4949
"eslint": "^8.42.0",
5050
"eslint-plugin-custom-elements": "^0.0.8",

0 commit comments

Comments
 (0)