Skip to content

Commit

Permalink
chore: run playwright in headed mode locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Feb 17, 2025
1 parent 80a6e19 commit aa0070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test:static": "tsc --noEmit && eslint . --quiet",
"test:integration": "playwright install chromium && playwright test",
"test:headed": "playwright install chromium && playwright test --headed",
"dev": "playwright install chromium && playwright test --ui"
"dev": "playwright install chromium && playwright test --ui --headed"
},
"devDependencies": {
"@custom/cms": "workspace:*",
Expand Down

0 comments on commit aa0070a

Please sign in to comment.