-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcypress.json
More file actions
33 lines (33 loc) · 1.3 KB
/
cypress.json
File metadata and controls
33 lines (33 loc) · 1.3 KB
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
{
// animationDistanceThreshold:5
// baseUrl:null
// blockHosts:null
// browsers:Chrome, Firefox, Electron
// chromeWebSecurity:true
// component:{}
// componentFolder:"cypress/component"
// defaultCommandTimeout:4000
// downloadsFolder:"cypress/downloads"
// e2e:{}
// env:null
// execTimeout:60000
// experimentalFetchPolyfill:false
// experimentalInteractiveRunEvents:false
// experimentalSourceRewriting:false
// experimentalStudio:false
// fileServerFolder:""
// firefoxGcInterval:runMode, openMode
// fixturesFolder:"cypress/fixtures"
// hosts:null
// ignoreTestFiles:".hot-update.js" includeShadowDom:false integrationFolder:"cypress/integration" modifyObstructiveCode:true nodeVersion:"default" numTestsKeptInMemory:50 pageLoadTimeout:60000 pluginsFile:"cypress/plugins" port:null projectId:"hpcsem" redirectionLimit:20 reporter:"spec" reporterOptions:null requestTimeout:5000 responseTimeout:30000 retries:runMode, openMode screenshotOnRunFailure:true screenshotsFolder:"cypress/screenshots" scrollBehavior:"top" supportFile:"cypress/support" taskTimeout:60000 testFiles:"/.*"
// trashAssetsBeforeRuns:true
// userAgent:null
// video:true
// videoCompression:32
// videosFolder:"cypress/videos"
// videoUploadOnPasses:true
// viewportHeight:660
// viewportWidth:1000
// waitForAnimations:true
// watchForFileChanges:true
}