We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef7874 commit 20faa40Copy full SHA for 20faa40
1 file changed
cypress.json
@@ -5,7 +5,7 @@
5
"screenshotsFolder": "cypress/screenshots",
6
"pluginsFile": "cypress/plugins/index.ts",
7
"fixturesFolder": "cypress/fixtures",
8
- "baseUrl": "http://localhost:4000",
+ "baseUrl": "http://127.0.0.1:4000",
9
"retries": {
10
"runMode": 2,
11
"openMode": 0
@@ -22,4 +22,4 @@
22
"DSPACE_TEST_SUBMIT_USER": "dspacedemo+submit@gmail.com",
23
"DSPACE_TEST_SUBMIT_USER_PASSWORD": "dspace"
24
}
25
-}
+}
0 commit comments