@empiricalrun/test-run
v0.4.6
Published
Library to run playwright tests.
Downloads
2,278
Readme
test-run
Library to run playwright tests.
This package helps to run all the dependent tests for a particular test case.
Usage
npx @empiricalrun/test-run -n "<test-name>" "<playwright-options>"
The playwright options are passed as is to the playwright test command.
Example
npx @empiricalrun/test-run -n "foo" --retries 0
This will run the test named "foo" in the tests
directory.