forked from neo4j/neo4j-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.json
35 lines (35 loc) · 960 Bytes
/
cypress.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"animationDistanceThreshold": 1,
"baseUrl": "http://localhost:8080",
"chromeWebSecurity": false,
"defaultCommandTimeout": 10000,
"environmentVariables": {},
"execTimeout": 60000,
"fileServerFolder": "",
"fixturesFolder": "e2e_tests/fixtures",
"hosts": null,
"integrationFolder": "e2e_tests/integration",
"numTestsKeptInMemory": 2,
"pageLoadTimeout": 60000,
"pluginsFile": "e2e_tests/plugins/index.ts",
"port": null,
"reporter": "spec",
"reporterOptions": null,
"requestTimeout": 5000,
"responseTimeout": 30000,
"screenshotsFolder": "e2e_tests/screenshots",
"supportFile": "e2e_tests/support/index.ts",
"trashAssetsBeforeRuns": true,
"videoCompression": false,
"video": true,
"videosFolder": "e2e_tests/videos",
"videoUploadOnPasses": false,
"viewportHeight": 720,
"viewportWidth": 1280,
"waitForAnimations": true,
"watchForFileChanges": true,
"retries": {
"runMode": 1,
"openMode": 0
}
}