mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
ea287d7a23
Co-authored-by: Zach Bloomquist <git@chary.us>
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"testFiles": "**/*spec.{ts,tsx}",
|
|
"video": true,
|
|
"env": {
|
|
"reactDevtools": true
|
|
},
|
|
"reporter": "../../node_modules/cypress-multi-reporters/index.js",
|
|
"reporterOptions": {
|
|
"configFile": "../../mocha-reporter-config.json"
|
|
}
|
|
}
|