Skip to content

Commit

Permalink
Remove references to NPM package installations for 1.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyanth committed May 15, 2020
1 parent 26424ed commit 9cd9326
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ specified folder.
"run_settings": {
"cypress_proj_dir": "/path/to/directory-that-contains-<cypress.json>-file",
"project_name": "my first project",
"build_name": "build 1",
"npm_dependencies": {
"npm-package-you-need-to-run-tests-1": "^1.2.1",
"npm-package-you-need-to-run-tests-2": "^7.1.6-beta.13",
}
"build_name": "build 1"
},
"connection_settings": {
"local": false,
Expand Down Expand Up @@ -158,7 +154,6 @@ BrowserStack.
| `cypress_proj_dir` | Path to the folder which contains `cypress.json` file. | - |
| `project_name` | Name of your project. You'll be able to search & filter your tests on the dashboard using this. | - |
| `build_name` | Name of your build / CI run. You'll be able to search & filter your tests on the dashboard using this. username. | - |
| `npm_dependencies` | A list of NPM packages that are required to run your Cypress tests along with their version numbers. | - |

Example:

Expand All @@ -167,11 +162,7 @@ Example:
"run_settings": {
"cypress_proj_dir": "/path/to/directory-that-contains-<cypress.json>-file",
"project_name": "my first project",
"build_name": "build 1",
"npm_dependencies": {
"npm-package-you-need-to-run-tests-1": "^1.2.1",
"npm-package-you-need-to-run-tests-2": "^7.1.6-beta.13",
}
"build_name": "build 1"
}
}
```
Expand Down Expand Up @@ -421,7 +412,8 @@ $ browserstack-cypress --disable-usage-reporting <your-commands>
- While using local, please make sure to create `/etc/hosts` entry pointing to
some URL, and use that URL in the tests. The `localhost` URI doesn't work at
the moment. You can use `http://bs-local.com` instead, to replace `localhost`
- Installing custom npm packages are not supported at this moment on macOS.
- Installing npm packages that your tests might require to run the tests are
not supported at this moment.

## License

Expand Down

0 comments on commit 9cd9326

Please sign in to comment.