playwright/packages
Dmitry Gozman 3331a40647
feat(test runner): tags/annotations (#29248)
API changes:
- `test(title, details, body)` where details contain `tag` and
`annotation`.
- similar `details` property added to `test.skip`, `test.fail`,
`test.fixme`, `test.only`, `test.describe` and other `test.describe.*`
variations.
- `TestProject.tagFilter`/`TestConfig.tagFilter` that supports logical
tag expressions with `(`, `)`, `and`, `or` and `not`.
- `--tag` CLI option to filter by tags.
- New annotations are available in `TestInfo.annotations` and
`TestCase.annotations`.
- New tags are available in `TestCase.tags`.
    
Reporter changes:
- `json` reporter includes new tags in addition to old `@smoke`-style
tags. **Breaking**: tags are now listed with the leading `@` symbol.
- `html` reporter filters by old and new tags with the same `@smoke`
token.

Fixes #29229, fixes #23180.
2024-02-07 16:31:25 -08:00
..
html-reporter feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
playwright feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
playwright-browser-chromium chore: mark version 1.42.0-next (#28973) 2024-01-13 00:20:27 +01:00
playwright-browser-firefox chore: mark version 1.42.0-next (#28973) 2024-01-13 00:20:27 +01:00
playwright-browser-webkit chore: mark version 1.42.0-next (#28973) 2024-01-13 00:20:27 +01:00
playwright-chromium chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
playwright-core feat(chromium-tip-of-tree): roll to r1191 (#29401) 2024-02-07 19:28:54 +01:00
playwright-ct-core Revert "fix(ct): resolve paths before detecting JS" (#29312) 2024-02-01 21:11:30 -08:00
playwright-ct-react chore(ct): export MountResult (#29375) 2024-02-05 17:19:39 -08:00
playwright-ct-react17 chore(ct): export MountResult (#29375) 2024-02-05 17:19:39 -08:00
playwright-ct-solid chore(ct): export MountResult (#29375) 2024-02-05 17:19:39 -08:00
playwright-ct-svelte chore(ct): use sticky test server if available (#29136) 2024-01-25 08:36:13 -08:00
playwright-ct-vue chore(ct): export MountResult (#29375) 2024-02-05 17:19:39 -08:00
playwright-ct-vue2 chore(ct): export MountResult (#29375) 2024-02-05 17:19:39 -08:00
playwright-firefox chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
playwright-test chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
playwright-webkit chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
protocol/src chore: simplify types handling in toHaveScreenshot (#29374) 2024-02-05 19:07:30 -08:00
recorder fix(recorder): reference Language enum for recorderTypes (#29294) 2024-02-01 13:48:30 -08:00
trace/src feat(trace): show target point for raw mouse apis (#28459) 2023-12-07 06:27:49 -08:00
trace-viewer fix(trace viewer): replace blue dot with red dot+warning (#29380) 2024-02-06 08:27:45 -08:00
web chore: polish network panel highlight (#29299) 2024-02-01 13:44:26 -08:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00