Skip to content

Commit d309384

Browse files
committed
readme
1 parent 8568808 commit d309384

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Example usage of nemo automation framework + browserstack
1+
nemo-browserstack
2+
=========
23

3-
Install dependencies from within this directory `npm install`
4+
This repository provides information and helpful tweaks to run your Nemo tests on the BrowserStack selenium cloud infrastructure.
45

5-
## Run against a local browser
6+
###Setup
7+
Install npm
8+
Install dependencies using `npm install`.
69

7-
```shell
8-
$ node nemo.js
9-
```
10-
11-
## Run in the browserstack cloud
1210

11+
###Configuration
1312
Set browserstack environment variables as in the below shell example
1413

1514
```shell
@@ -25,6 +24,12 @@ Run node command with NODE_ENV=browserstack to engage the `browserstack.json` ov
2524
$ NODE_ENV=browserstack node nemo.js
2625
```
2726

28-
## For more information on nemo
27+
###Run tests
28+
To run the tests, execute: `node nemo.js`
29+
30+
31+
###Further Reading
32+
[Nemo](https://nemo.js.org)
33+
[BrowserStack documentation for Automate](https://www.browserstack.com/automate/node)
2934

30-
Go to https://nemo.js.org
35+
Happy Testing!

0 commit comments

Comments
 (0)