You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,15 @@
6
6
7
7
- Clone the repo
8
8
- 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>`
10
11
11
12
### Run the tests
12
13
13
14
- To run single test, run `npm run single`
14
15
- To run parallel tests, run `npm run parallel`
15
16
- 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