Files
cypress/npm/react/cypress.json
2021-03-29 10:47:52 -07:00

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
}