We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2392460 commit 0127436Copy full SHA for 0127436
cypress.json
@@ -0,0 +1,11 @@
1
+{
2
+ "fixturesFolder": "tests/cypress/fixtures",
3
+ "integrationFolder": "tests/cypress/integration",
4
+ "pluginsFile": "tests/cypress/plugins/index.js",
5
+ "screenshotsFolder": "tests/cypress/screenshots",
6
+ "videosFolder": "tests/cypress/videos",
7
+ "supportFile": "tests/cypress/support/index.js",
8
+ "env": {
9
+ "APP_HOST": "http://localhost:3001/"
10
+ }
11
+}
tests/cypress.json
0 commit comments