Skip to content

Commit

Permalink
Bypass livereload script in cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowsill committed Sep 26, 2020
1 parent d1d5657 commit ec40213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
@@ -1,9 +1,10 @@
{
"blacklistHosts": "*:35729",
"fixturesFolder": "test/e2e/fixtures",
"integrationFolder": "test/e2e/integration",
"pluginsFile": "test/e2e/plugins/index.js",
"screenshotsFolder": "test/e2e/screenshots",
"videosFolder": "test/e2e/videos",
"supportFile": "test/e2e/support/index.js",
"video": false
}
}

0 comments on commit ec40213

Please sign in to comment.