Skip to content

Commit d1f5d20

Browse files
committed
update config template for custom commands
1 parent 6119063 commit d1f5d20

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

bin/templates/configTemplate.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,19 @@ module.exports = function () {
1212
}
1313
],
1414
"run_settings": {
15-
"specs": ["folder_path_with_files/*.js"],
15+
"cypress" : "/Users/sagarganiga/Desktop/Extraa/cypress_npm/",
16+
"specs": [
17+
"integration/examples/*.js"
18+
],
19+
"plugins": [
20+
"plugins/*.js"
21+
],
22+
"supports": [
23+
"support/*.js"
24+
],
25+
"fixtures": [
26+
"fixtures/*.js"
27+
],
1628
"project": "project-name",
1729
"customBuildName": "build-name"
1830
},

0 commit comments

Comments
 (0)