docs/test-config: add github, html reporter (#10234)

This commit is contained in:
Nav-2d 2021-11-12 06:50:56 -08:00 committed by GitHub
parent 4bb123d4b7
commit 58b4052378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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