Skip to content

Commit

Permalink
Adding rerun, repeat, and change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vasu31dev committed Nov 11, 2024
1 parent 472392c commit 1ce703d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"local": "playwright test -j 1 --retries 0 --headed --project=chromium",
"test:reg": "playwright test --project=chromiumheadless --grep-invert '@fail'",
"test:smoke": "playwright test --project=chromiumheadless -g '@smoke'",
"rerun": "playwright test -j 1 --retries 0 --headed --project=chromium --last-failed",
"change": "playwright test -j 1 --retries 0 --headed --project=chromium --only-changed",
"repeat": "playwright test -j 1 --retries 0 --headed --project=chromium --repeat-each",
"report": "playwright show-report playwright-report",
"ui": "playwright test --project=chromiumheadless --ui-port 0",
"trace": "playwright show-trace --port 0",
Expand Down

0 comments on commit 1ce703d

Please sign in to comment.