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 6119063 commit d1f5d20Copy full SHA for d1f5d20
bin/templates/configTemplate.js
@@ -12,7 +12,19 @@ module.exports = function () {
12
}
13
],
14
"run_settings": {
15
- "specs": ["folder_path_with_files/*.js"],
+ "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
28
"project": "project-name",
29
"customBuildName": "build-name"
30
},
0 commit comments