playwright/packages/playwright-test/src/reporters
Yury Semikhatsky c0d0f54a12
feat(runner): allow filtering setup and tests (#18900)
Running `npx playwright test file:123` will have the following behavior
- if only test files match then only matching subset of tests will run
but all setup files will run as well
- if only setup files match the filter then only those setup tests will
run
- if both setup and test files match an error will be thrown
2022-11-18 11:35:29 -08:00
..
.eslintrc.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
base.ts feat(runner): allow filtering setup and tests (#18900) 2022-11-18 11:35:29 -08:00
DEPS.list chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
dot.ts feat(test runner): show the number of fatal errors at the end (#15975) 2022-07-28 14:46:21 -07:00
empty.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
github.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
html.ts chore: make generated report writable (#18750) 2022-11-13 12:46:35 -08:00
json.ts chore: hide reporter project id (#17710) 2022-09-29 12:51:06 -07:00
junit.ts fix(junit): escape null control character (#18325) 2022-10-25 14:39:16 -07:00
line.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
list.ts chore: render steps in list reporter (#18269) 2022-10-24 15:54:53 -07:00
multiplexer.ts chore: make Reporter.onExit an internal method (#16280) 2022-08-05 13:41:00 -07:00
raw.ts feat(testId): expose persistent test id (#16003) 2022-07-27 20:17:19 -07:00