mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
docs/test-config: add github, html reporter (#10234)
This commit is contained in:
parent
4bb123d4b7
commit
58b4052378
@ -321,7 +321,7 @@ Whether to suppress stdio and stderr output from the tests.
|
||||
The number of times to repeat each test, useful for debugging flaky tests.
|
||||
|
||||
## property: TestConfig.reporter
|
||||
- type: <[string]|[Array]<[Object]>|[BuiltInReporter]<"list"|"dot"|"line"|"json"|"junit"|"null">>
|
||||
- type: <[string]|[Array]<[Object]>|[BuiltInReporter]<"list"|"dot"|"line"|"github"|"json"|"junit"|"null"|"html">>
|
||||
- `0` <[string]> Reporter name or module or file path
|
||||
- `1` <[Object]> An object with reporter options if any
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user