Skip to content

Commit 73438d7

Browse files
authored
Merge pull request #205 from japneetlambdatest/CYP-486
removed cypress_config_file
2 parents cf3ae01 + ec4fabb commit 73438d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/utils/default_config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
],
1818
run_settings: {
19-
cypress_config_file: "cypress.config.js",
19+
cypress_config_file: "cypress.json",
2020
reporter_config_file: "base_reporter_config.json",
2121
build_name: "build-name",
2222
parallels: 1,
@@ -25,7 +25,7 @@ module.exports = {
2525
network: false,
2626
headless: false,
2727
npm_dependencies: {
28-
cypress: "10.0.0",
28+
cypress: "9.6.0",
2929
},
3030
},
3131
tunnel_settings: {

0 commit comments

Comments
 (0)