Skip to content

Commit

Permalink
feat: use experimental watch mode from microsoft/playwright#21960 (co…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerschbaum committed Jun 11, 2023
1 parent 44520f8 commit 27aa189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"license": "MIT",
"private": true,
"scripts": {
"test": "nyc node -r source-map-support/register ./node_modules/@playwright/test/cli.js test --config=src/playwright.config.ts"
"test": "nyc node -r source-map-support/register ./node_modules/@playwright/test/cli.js test --config=src/playwright.config.ts",
"test:watch": "PWTEST_WATCH=1 nyc node -r source-map-support/register ./node_modules/@playwright/test/cli.js test --config=src/playwright.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.35.0",
Expand Down

0 comments on commit 27aa189

Please sign in to comment.