playwright/tests
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
..
android test: unflake 'android.launchServer' WS leak test (#28891) 2024-01-08 19:07:06 +01:00
assets chore: polish network panel highlight (#29299) 2024-02-01 13:44:26 -08:00
components chore: move vite root dir into template folder (#29081) 2024-01-23 09:40:05 -08:00
config chore: simplify types handling in toHaveScreenshot (#29374) 2024-02-05 19:07:30 -08:00
electron feat(electron): expose ElectronApplication console events (#29322) 2024-02-05 21:30:54 +01:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation test: fix itest (follow up to #28932) 2024-01-25 23:55:24 +01:00
library fix(har): do not throw on -1 status code (#29371) 2024-02-06 10:17:29 -08:00
page fix(chromium): best effort 304 status on reload (#29373) 2024-02-05 16:56:42 -08:00
playwright-test feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
stress fix(dispatchers): separate gc bucket for main frame, increased limit (#28629) 2023-12-14 10:42:08 -08:00
third_party/proxy test: vendor 'proxy' dependency (#29370) 2024-02-05 21:57:14 +01:00
webview2 test: use net8.0 for webview2 tests (#28665) 2023-12-15 13:03:33 -08:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json test: add installation tests for supposed plugin story (#27331) 2023-09-28 17:18:22 -07:00