Skip to content

Commit 15a0d0a

Browse files
committed
updated readme
1 parent 8f47f75 commit 15a0d0a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66

77
- Clone the repo
88
- Install dependencies `npm install`
9-
- Update `*.conf.js` with your BrowserStack credentials `user` and `key`
9+
- Update `*.conf.js` files inside the `conf/` directory with your BrowserStack Username and Access Key. (These can be found in the [settings](https://www.browserstack.com/accounts/settings) section on BrowserStack accounts page)
10+
- Alternatively, you can export the environment variables for the Username and Access Key of your BrowserStack account. `export BROWSERSTACK_USERNAME=<browserstack-username> && export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>`
1011

1112
### Run the tests
1213

1314
- To run single test, run `npm run single`
1415
- To run parallel tests, run `npm run parallel`
1516
- To run local tests, run `npm run local`
17+
18+
### Notes
19+
20+
- In order to test on different set of browsers, check out our [code generator](https://www.browserstack.com/automate/python#setting-os-and-browser)

0 commit comments

Comments
 (0)