File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1312Set 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!
You can’t perform that action at this time.
0 commit comments