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 2b8a111 commit 225d402Copy full SHA for 225d402
bin/templates/configTemplate.js
@@ -1,8 +1,8 @@
1
module.exports = function () {
2
var config = {
3
"auth": {
4
- "username": "<username>",
5
- "access_key": "<access-key>"
+ "username": "<Your BrowserStack username>",
+ "access_key": "<Your BrowserStack access key>"
6
},
7
"browsers": [
8
{
@@ -12,7 +12,7 @@ module.exports = function () {
12
}
13
],
14
"run_settings": {
15
- "cypress_proj_dir" : "/path/to/cypress.json",
+ "cypress_proj_dir" : "/path/to/directory-that-contains-<cypress.json>-file",
16
"project_name": "project-name",
17
"build_name": "build-name",
18
"parallels": "Here goes the number of parallels you want to run",
0 commit comments