-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcypress.json
More file actions
36 lines (36 loc) · 992 Bytes
/
cypress.json
File metadata and controls
36 lines (36 loc) · 992 Bytes
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
{
"baseUrl": "http://localhost:4100",
"video": false,
"videoCompression": false,
"videoUploadOnPasses": false,
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"configFile": "reporterOpts.json"
},
"screenshotsFolder": "mochawesome-report/assets/screenshots/",
"fixturesFolder": "cypress/fixtures",
"integrationFolder": "cypress/tests",
"pluginsFile": "cypress/plugins/index.js",
"supportFile": "cypress/support/index.js",
"defaultCommandTimeout": 30000,
"pageLoadTimeout": 120000,
"requestTimeout": 10000,
"responseTimeout": 60000,
"projectId": "cypress_demo",
"env": {
"apiUrl": "https://conduit.productionready.io/api",
"user": {
"email": "ferrro@gmail.com",
"password": "ferrro111",
"username": "ferrro"
}
},
"viewportWidth": 1600,
"viewportHeight": 1200,
"experimentalComponentTesting": true,
"componentFolder": "cypress/tests/component",
"retries": {
"runMode": 0,
"openMode": 0
}
}