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.
1 parent 0ae5caf commit ec4fabbCopy full SHA for ec4fabb
commands/utils/default_config.js
@@ -16,6 +16,7 @@ module.exports = {
16
},
17
],
18
run_settings: {
19
+ cypress_config_file: "cypress.json",
20
reporter_config_file: "base_reporter_config.json",
21
build_name: "build-name",
22
parallels: 1,
@@ -24,7 +25,7 @@ module.exports = {
24
25
network: false,
26
headless: false,
27
npm_dependencies: {
- cypress: "10.0.0",
28
+ cypress: "9.6.0",
29
30
31
tunnel_settings: {
0 commit comments