Skip to content

Commit 9cd9326

Browse files
committed
Remove references to NPM package installations for 1.1.3 release.
1 parent 26424ed commit 9cd9326

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ specified folder.
8282
"run_settings": {
8383
"cypress_proj_dir": "/path/to/directory-that-contains-<cypress.json>-file",
8484
"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"
9086
},
9187
"connection_settings": {
9288
"local": false,
@@ -158,7 +154,6 @@ BrowserStack.
158154
| `cypress_proj_dir` | Path to the folder which contains `cypress.json` file. | - |
159155
| `project_name` | Name of your project. You'll be able to search & filter your tests on the dashboard using this. | - |
160156
| `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. | - |
162157

163158
Example:
164159

@@ -167,11 +162,7 @@ Example:
167162
"run_settings": {
168163
"cypress_proj_dir": "/path/to/directory-that-contains-<cypress.json>-file",
169164
"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"
175166
}
176167
}
177168
```
@@ -421,7 +412,8 @@ $ browserstack-cypress --disable-usage-reporting <your-commands>
421412
- While using local, please make sure to create `/etc/hosts` entry pointing to
422413
some URL, and use that URL in the tests. The `localhost` URI doesn't work at
423414
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.
425417

426418
## License
427419

0 commit comments

Comments
 (0)