@@ -82,11 +82,7 @@ specified folder.
82
82
"run_settings" : {
83
83
"cypress_proj_dir" : " /path/to/directory-that-contains-<cypress.json>-file" ,
84
84
"project_name" : " my first project" ,
85
- "build_name" : " build 1" ,
86
- "npm_dependencies" : {
87
- "npm-package-you-need-to-run-tests-1" : " ^1.2.1" ,
88
- "npm-package-you-need-to-run-tests-2" : " ^7.1.6-beta.13" ,
89
- }
85
+ "build_name" : " build 1"
90
86
},
91
87
"connection_settings" : {
92
88
"local" : false ,
@@ -158,7 +154,6 @@ BrowserStack.
158
154
| ` cypress_proj_dir ` | Path to the folder which contains ` cypress.json ` file. | - |
159
155
| ` project_name ` | Name of your project. You'll be able to search & filter your tests on the dashboard using this. | - |
160
156
| ` build_name ` | Name of your build / CI run. You'll be able to search & filter your tests on the dashboard using this. username. | - |
161
- | ` npm_dependencies ` | A list of NPM packages that are required to run your Cypress tests along with their version numbers. | - |
162
157
163
158
Example:
164
159
@@ -167,11 +162,7 @@ Example:
167
162
"run_settings" : {
168
163
"cypress_proj_dir" : " /path/to/directory-that-contains-<cypress.json>-file" ,
169
164
"project_name" : " my first project" ,
170
- "build_name" : " build 1" ,
171
- "npm_dependencies" : {
172
- "npm-package-you-need-to-run-tests-1" : " ^1.2.1" ,
173
- "npm-package-you-need-to-run-tests-2" : " ^7.1.6-beta.13" ,
174
- }
165
+ "build_name" : " build 1"
175
166
}
176
167
}
177
168
```
@@ -421,7 +412,8 @@ $ browserstack-cypress --disable-usage-reporting <your-commands>
421
412
- While using local, please make sure to create ` /etc/hosts ` entry pointing to
422
413
some URL, and use that URL in the tests. The ` localhost ` URI doesn't work at
423
414
the moment. You can use ` http://bs-local.com ` instead, to replace ` localhost `
424
- - Installing custom npm packages are not supported at this moment on macOS.
415
+ - Installing npm packages that your tests might require to run the tests are
416
+ not supported at this moment.
425
417
426
418
## License
427
419
0 commit comments