forked from opencollective/opencollective-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcypress.json
More file actions
23 lines (23 loc) · 743 Bytes
/
cypress.json
File metadata and controls
23 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"viewportWidth": 1200,
"viewportHeight": 1660,
"projectId": "yt5kwm",
"defaultCommandTimeout": 15000,
"responseTimeout": 60000,
"video": false,
"chromeWebSecurity": false,
"scrollBehavior": "center",
"blockHosts": ["wtfismyip.com", "images.opencollective.com", "images-staging.opencollective.com", "localhost:3001"],
"env": {
"MAILDEV_URL": "http://localhost:1080",
"codeCoverage": {
"url": "/__coverage__"
}
},
"fixturesFolder": "test/cypress/fixtures",
"integrationFolder": "test/cypress/integration",
"pluginsFile": "test/cypress/plugins/index.js",
"screenshotsFolder": "test/cypress/screenshots",
"videosFolder": "test/cypress/videos",
"supportFile": "test/cypress/support/index.js"
}