diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index a37ca35278f2..52bec0c9415c 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -2416,7 +2416,12 @@ declare namespace Cypress { */ reporter: string /** - * Whether to take a screenshot on test failure when running headlessly or in CI + * Some reporters accept [reporterOptions](https://on.cypress.io/reporters) that customize their behavior + * @default "spec" + */ + reporterOptions: { [key: string]: any } + /** + * Whether Cypress will watch and restart tests on test file changes * @default true */ watchForFileChanges: boolean