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 3d58db3 commit 3069019Copy full SHA for 3069019
bin/templates/configTemplate.js
@@ -52,7 +52,7 @@ module.exports = function () {
52
}
53
],
54
"run_settings": {
55
- "cypress_proj_dir" : "/path/to/directory-that-contains-<cypress.json>-file",
+ "cypress_config_file" : "/path/to/<cypress config file>.json",
56
"project_name": "project-name",
57
"build_name": "build-name",
58
"parallels": "Here goes the number of parallels you want to run",
0 commit comments