@revoloo/cypress6
Version:
Cypress.io end to end testing tool
23 lines (22 loc) • 535 B
JSON
{
"baseUrl": "http://localhost:5005",
"projectId": "ypt4pf",
"viewportWidth": 800,
"viewportHeight": 850,
"env": {
"webpackFilename": "webpack.config.ts",
"coverage": false
},
"retries": {
"runMode": 2,
"openMode": 0
},
"nodeVersion": "system",
"testFiles": "**/*_spec.{js,jsx}",
"experimentalComponentTesting": true,
"componentFolder": "src",
"reporter": "../../node_modules/cypress-multi-reporters/index.js",
"reporterOptions": {
"configFile": "../../mocha-reporter-config.json"
}
}