Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Nov 15, 2024
1 parent 5e63566 commit 92d266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint:fix": "eslint . --fix --ignore-path .gitignore --max-warnings 0",
"format:check": "prettier --ignore-path .gitignore --check .",
"format": "prettier --ignore-path .gitignore --write .",
"test:run": "playwright test"
"test:run": "DEBUG=pw:webserver playwright test"
},
"devDependencies": {
"@playwright/test": "1.49.0-alpha-2024-11-09",
Expand Down

0 comments on commit 92d266b

Please sign in to comment.