mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00: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.
|
The number of times to repeat each test, useful for debugging flaky tests.
|
||||||
|
|
||||||
## property: TestConfig.reporter
|
## 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
|
- `0` <[string]> Reporter name or module or file path
|
||||||
- `1` <[Object]> An object with reporter options if any
|
- `1` <[Object]> An object with reporter options if any
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user