mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-14 19:20:42 -06:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"viewportWidth": 400,
|
|
"viewportHeight": 400,
|
|
"video": false,
|
|
"projectId": "z9dxah",
|
|
"testFiles": "**/*spec.{js,jsx,ts,tsx}",
|
|
"env": {
|
|
"reactDevtools": true
|
|
},
|
|
"ignoreTestFiles": [
|
|
"**/__snapshots__/*",
|
|
"**/__image_snapshots__/*"
|
|
],
|
|
"experimentalFetchPolyfill": true
|
|
} |