Skip to content

Instantly share code, notes, and snippets.

@phusick
Created July 23, 2018 12:31
Show Gist options
  • Save phusick/22df72fbe5d0c523b61ad1eaaabc3047 to your computer and use it in GitHub Desktop.
Save phusick/22df72fbe5d0c523b61ad1eaaabc3047 to your computer and use it in GitHub Desktop.
{
"animationDistanceThreshold": 5,
"baseUrl": "http://localhost:3030",
"blacklistHosts": null,
"chromeWebSecurity": true,
"defaultCommandTimeout": 4000,
"env": {},
"execTimeout": 60000,
"fileServerFolder": "",
"fixturesFolder": "cypress/fixtures",
"hosts": null,
"integrationFolder": "cypress/integration",
"modifyObstructiveCode": true,
"numTestsKeptInMemory": 50,
"pageLoadTimeout": 60000,
"pluginsFile": "cypress/plugins",
"port": null,
"reporter": "spec",
"reporterOptions": null,
"requestTimeout": 5000,
"responseTimeout": 30000,
"screenshotOnHeadlessFailure": true,
"screenshotsFolder": "cypress/screenshots",
"supportFile": "cypress/support",
"testFiles": "**/*.*",
"trashAssetsBeforeHeadlessRuns": true,
"userAgent": null,
"videoCompression": 32,
"videoRecording": true,
"videoUploadOnPasses": true,
"videosFolder": "cypress/videos",
"viewportHeight": 660,
"viewportWidth": 1000,
"waitForAnimations": true,
"watchForFileChanges": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment