Skip to content

Commit 0e8cd6a

Browse files
authored
Merge pull request #179 from asad9711/MLE-10219
fix mochawesome file location
2 parents b2ad75b + fd60747 commit 0e8cd6a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

commands/utils/default_config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ module.exports = {
2222
parallels: 1,
2323
specs: "./*.spec.js",
2424
ignore_files: "",
25-
feature_file_suppport: false,
2625
network: false,
2726
headless: false,
28-
reporter_config_file: "",
2927
npm_dependencies: {
30-
cypress: "9.0.0",
28+
cypress: "10.0.0",
3129
},
3230
},
3331
tunnel_settings: {

commands/utils/default_reporter_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
"reporterEnabled": "mochawesome",
33
"mochawesomeReporterOptions": {
4-
"reportDir": "cypress/results/json",
4+
"reportDir": "cypress/results/mochawesome",
55
"overwrite": true,
66
"html": true,
77
"json": true

0 commit comments

Comments
 (0)