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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ JestJS integration with BrowserStack for E2E functional testing of UI using Sele
6
6
7
7
---
8
8
- Clone the repository
9
-
- Install dependencies using, npm install or yarn install
9
+
- Install dependencies using, npm install or yarn install
10
10
- Set your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings) in [browserstack.yml](browserstack.yml)`npx setup --username userName --key accessKey`
11
-
- To run sample test, run `npm run sample-test` or `yarn run sample-test`
11
+
- To run sample test, run `npm run sample-test` or `yarn run sample-test`
12
12
- To run tests on private websites,
13
13
- set browserstackLocal: true at [browserstack.yml](browserstack.yml)
14
14
- run `npm run sample-local-test` or `yarn run sample-local-test`
0 commit comments