Add ci tag for running non headed tests, add command to package.json

This commit is contained in:
Emili Castells Guasch 2023-02-27 16:38:49 +01:00
parent e9eba09ebb
commit d31a9a982b
3 changed files with 4 additions and 2 deletions

View file

@ -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"