diff options
Diffstat (limited to 'vid-webpack-master/cypress.json')
-rw-r--r-- | vid-webpack-master/cypress.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vid-webpack-master/cypress.json b/vid-webpack-master/cypress.json new file mode 100644 index 000000000..eb8c6e41d --- /dev/null +++ b/vid-webpack-master/cypress.json @@ -0,0 +1,12 @@ +{ + "chromeWebSecurity": false, + "hostPortPath": null, + "reporter": "junit", + "pageLoadTimeout" : 100000, + "defaultCommandTimeout" : 10000, + "responseTimeout" : 100000, + "reporterOptions": { + "mochaFile": "cypress/junitreport.xml", + "toConsole": true + } +} |