Skip to content

Commit

Permalink
Fix Percy Screenshot CI Failure (#2255)
Browse files Browse the repository at this point in the history
* Empty commit

* Upgrade percy dependencies

* npx playwright install on percy-screenshot
  • Loading branch information
jshawl authored Oct 12, 2023
1 parent 7777bd3 commit e628f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -70,9 +70,9 @@
"@bunchtogether/vite-plugin-flow": "^1.0.2",
"@krakenjs/grumbler-scripts": "^8.1.5",
"@krakenjs/sync-browser-mocks": "^3.0.0",
"@percy/cli": "1.18.0",
"@percy/cli": "1.27.2",
"@percy/playwright": "^1.0.4",
"@playwright/test": "^1.28.1",
"@playwright/test": "^1.38.1",
"babel-core": "^7.0.0-bridge.0",
"bundlemon": "^1.1.0",
"conventional-changelog-cli": "^2.0.34",
Expand Down

0 comments on commit e628f02

Please sign in to comment.