Skip to content

Commit 225d402

Browse files
committed
updating template to be more informative
1 parent 2b8a111 commit 225d402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/templates/configTemplate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = function () {
22
var config = {
33
"auth": {
4-
"username": "<username>",
5-
"access_key": "<access-key>"
4+
"username": "<Your BrowserStack username>",
5+
"access_key": "<Your BrowserStack access key>"
66
},
77
"browsers": [
88
{
@@ -12,7 +12,7 @@ module.exports = function () {
1212
}
1313
],
1414
"run_settings": {
15-
"cypress_proj_dir" : "/path/to/cypress.json",
15+
"cypress_proj_dir" : "/path/to/directory-that-contains-<cypress.json>-file",
1616
"project_name": "project-name",
1717
"build_name": "build-name",
1818
"parallels": "Here goes the number of parallels you want to run",

0 commit comments

Comments
 (0)