forked from chaskiq/chaskiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cypress.json
39 lines (39 loc) · 1.09 KB
/
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
36
37
38
39
{
"testFiles": "**/*.*",
"animationDistanceThreshold": 5,
"baseUrl": "http://localhost:5002",
"blockHosts": null,
"chromeWebSecurity": true,
"defaultCommandTimeout": 25000,
"env": {},
"execTimeout": 60000,
"fileServerFolder": "",
"fixturesFolder": "./spec/cypress/fixtures",
"hosts": null,
"ignoreTestFiles": "*.hot-update.js",
"integrationFolder": "./spec/cypress/integration/",
"modifyObstructiveCode": true,
"nodeVersion": "default",
"numTestsKeptInMemory": 50,
"pageLoadTimeout": 60000,
"pluginsFile": "./spec/cypress/plugins",
"port": null,
"projectId": "j4kaht",
"reporter": "spec",
"reporterOptions": null,
"requestTimeout": 15000,
"responseTimeout": 30000,
"screenshotsFolder": "./spec/cypress/screenshots",
"supportFile": "./spec/cypress/support",
"taskTimeout": 60000,
"trashAssetsBeforeRuns": true,
"userAgent": null,
"video": true,
"videoCompression": 32,
"videoUploadOnPasses": true,
"videosFolder": "./spec/cypress/videos",
"viewportHeight": 660,
"viewportWidth": 1000,
"waitForAnimations": true,
"watchForFileChanges": true
}