We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2ad75b + fd60747 commit 0e8cd6aCopy full SHA for 0e8cd6a
commands/utils/default_config.js
@@ -22,12 +22,10 @@ module.exports = {
22
parallels: 1,
23
specs: "./*.spec.js",
24
ignore_files: "",
25
- feature_file_suppport: false,
26
network: false,
27
headless: false,
28
- reporter_config_file: "",
29
npm_dependencies: {
30
- cypress: "9.0.0",
+ cypress: "10.0.0",
31
},
32
33
tunnel_settings: {
commands/utils/default_reporter_config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
"reporterEnabled": "mochawesome",
3
"mochawesomeReporterOptions": {
4
- "reportDir": "cypress/results/json",
+ "reportDir": "cypress/results/mochawesome",
5
"overwrite": true,
6
"html": true,
7
"json": true
0 commit comments