Skip to content

Commit

Permalink
npx playwright install on percy-screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Oct 3, 2023
1 parent 93622ec commit 69cc534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"start": "npm run webpack -- --progress --watch",
"test": "npm run format:check && npm run test:unit && npm run jest-ssr && npm run karma && npm run jest-screenshot",
"test:unit": "vitest run",
"percy-screenshot": "babel-node ./test/percy/server/createButtonConfigs.js && percy exec -- playwright test --config=./test/percy/playwright.config.js --reporter=dot --pass-with-no-tests",
"percy-screenshot": "npx playwright install && babel-node ./test/percy/server/createButtonConfigs.js && percy exec -- playwright test --config=./test/percy/playwright.config.js --reporter=dot --pass-with-no-tests",
"typecheck": "npm run flow-typed && npm run flow",
"version": "./scripts/version.sh",
"webpack": "babel-node $(npm bin)/webpack",
Expand Down

0 comments on commit 69cc534

Please sign in to comment.