Skip to content

Commit 0127436

Browse files
committed
cypress json file in root
1 parent 2392460 commit 0127436

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

cypress.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)