mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 05:20:38 -05:00
fix: Add reporter options (#8217)
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Chris Breiding <chrisbreiding@gmail.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
Vendored
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user