Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
disable cache for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Nov 9, 2020
1 parent 8a5e811 commit b2d75d0
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 @@
"check-types": "tsc --noEmit --incremental",
"cypress": "cypress open",
"cypress:run": "cypress run",
"playwright": "jest --roots playwright",
"playwright": "jest --roots playwright --no-cache",
"playwright:debug": "PWDEBUG=1 jest --roots playwright",
"playwright:record": "start-server-and-test start:dist http://localhost:8081 'playwright-cli codegen http://localhost:8081 -o output.js'",
"test:playwright": "BASE_URL=http://localhost:8081 start-server-and-test start:dist http://localhost:8081 playwright"
Expand Down

0 comments on commit b2d75d0

Please sign in to comment.