Skip to content

Commit

Permalink
feat(e2e): add npm script e2e:test:head to see browser windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lemilonkh committed Apr 24, 2024
1 parent bbcafd1 commit 192907b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "npm run api:test & npm run e2e:test",
"api:test": "glob -c \"tsx --no-warnings --test\" \"./tests/**/*.test.ts\"",
"e2e:test": "npx playwright test",
"e2e:test:head": "npx playwright test -- --headed",
"test-single": "tsx --no-warnings --test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 192907b

Please sign in to comment.