diff --git a/docs/src/test-api/class-testconfig.md b/docs/src/test-api/class-testconfig.md index e9fe2f195b..4a5bfc7425 100644 --- a/docs/src/test-api/class-testconfig.md +++ b/docs/src/test-api/class-testconfig.md @@ -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