Skip to content

Commit 3069019

Browse files
committed
updating template with cypress_config_file
1 parent 3d58db3 commit 3069019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/templates/configTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = function () {
5252
}
5353
],
5454
"run_settings": {
55-
"cypress_proj_dir" : "/path/to/directory-that-contains-<cypress.json>-file",
55+
"cypress_config_file" : "/path/to/<cypress config file>.json",
5656
"project_name": "project-name",
5757
"build_name": "build-name",
5858
"parallels": "Here goes the number of parallels you want to run",

0 commit comments

Comments
 (0)