Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Configure the capabilities and swap your credentials. <br/>
Run the test and see the session on the browserstack dashboard. <br/>
Follow step-2 then,

To run a single test session:
To run a test session:
```
npm run single
npm run parallel
```
---
To run a local test session:
Expand All @@ -38,8 +38,3 @@ var bs_local_args = { 'key': ACCESS_KEY };
```
npm run local
```
---
To run a parallel test session:
```
npm run parallel
```