Skip to content

Commit ec4fabb

Browse files
cypress default config changes
1 parent 0ae5caf commit ec4fabb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commands/utils/default_config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
},
1717
],
1818
run_settings: {
19+
cypress_config_file: "cypress.json",
1920
reporter_config_file: "base_reporter_config.json",
2021
build_name: "build-name",
2122
parallels: 1,
@@ -24,7 +25,7 @@ module.exports = {
2425
network: false,
2526
headless: false,
2627
npm_dependencies: {
27-
cypress: "10.0.0",
28+
cypress: "9.6.0",
2829
},
2930
},
3031
tunnel_settings: {

0 commit comments

Comments
 (0)