Skip to content

Instantly share code, notes, and snippets.

@dminkovski
Created January 3, 2022 14:24
Show Gist options
  • Save dminkovski/aa222635be2fdf920df4d66e32b3fb1b to your computer and use it in GitHub Desktop.
Save dminkovski/aa222635be2fdf920df4d66e32b3fb1b to your computer and use it in GitHub Desktop.
cypress.json
{
"env": {
"TAGS": "not @ignore",
"cypress-plugin-snapshots": {
"autoCleanUp": true,
"autopassNewSnapshots": true,
"diffLines": 3,
"prettier": true,
"imageConfig": {
"createDiffImage": true,
"resizeDevicePixelRatio": false,
"threshold": 0.025,
"thresholdType": "percent"
},
"screenshotConfig": {
"blackout": [""],
"capture": "viewport",
"disableTimersAndAnimations": true,
"log": true,
"scale": false,
"timeout": 30000
}
}
},
"baseUrl": "http://localhost:9000",
"video": false,
"viewportWidth": 1920,
"viewportHeight": 1080,
"testFiles": "**/*.feature",
"requestTimeout": 60000,
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"chromeWebSecurity": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment