Skip to content

Commit a3e0636

Browse files
committed
update cypress path in config template
1 parent d1f5d20 commit a3e0636

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
@@ -12,7 +12,7 @@ module.exports = function () {
1212
}
1313
],
1414
"run_settings": {
15-
"cypress" : "/Users/sagarganiga/Desktop/Extraa/cypress_npm/",
15+
"cypress" : "/path_to_cypress_json",
1616
"specs": [
1717
"integration/examples/*.js"
1818
],

0 commit comments

Comments
 (0)