playwright/utils/generate_types
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
..
test chore: support await using for close() and dispose() (#27766) 2023-10-24 12:25:53 -07:00
exported.json feat(test-runner): implement expect(pageOrLocator).toHaveScreenshot (#12242) 2022-02-28 12:25:59 -08:00
index.js feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
overrides-test.d.ts feat(test runner): tags/annotations (#29248) 2024-02-07 16:31:25 -08:00
overrides-testReporter.d.ts feat(json report): add expected/unexpected/skipped/flaky stats (#27685) 2023-10-18 12:55:31 -07:00
overrides.d.ts fix: Locator.evaluateHandle types (#26469) 2023-08-14 18:27:25 +02:00
parseOverrides.js chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00