Skip to content

Commit 1ce703d

Browse files
committed
Adding rerun, repeat, and change scripts
1 parent 472392c commit 1ce703d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"local": "playwright test -j 1 --retries 0 --headed --project=chromium",
4141
"test:reg": "playwright test --project=chromiumheadless --grep-invert '@fail'",
4242
"test:smoke": "playwright test --project=chromiumheadless -g '@smoke'",
43+
"rerun": "playwright test -j 1 --retries 0 --headed --project=chromium --last-failed",
44+
"change": "playwright test -j 1 --retries 0 --headed --project=chromium --only-changed",
45+
"repeat": "playwright test -j 1 --retries 0 --headed --project=chromium --repeat-each",
4346
"report": "playwright show-report playwright-report",
4447
"ui": "playwright test --project=chromiumheadless --ui-port 0",
4548
"trace": "playwright show-trace --port 0",

0 commit comments

Comments
 (0)