mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add ci
tag for running non headed tests, add command to package.json
This commit is contained in:
parent
e9eba09ebb
commit
d31a9a982b
3 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,7 @@ Allows using environment variables inside the tests.
|
|||
## Run Tests
|
||||
```
|
||||
$ npx playwright test
|
||||
$ npx playwright test --grep @ci
|
||||
$ npx playwright test example.spec.js --headed
|
||||
$ npx playwright test example.spec.js --debug
|
||||
$ npx playwright test -g "Test name here"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue