Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shirish87/browserstack-runner-mocha-adv


https://github.com/shirish87/browserstack-runner-mocha-adv

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# browserstack-runner-mocha-adv

[![Build Status](https://travis-ci.org/shirish87/browserstack-runner-mocha-adv.svg?branch=master)](https://travis-ci.org/shirish87/browserstack-runner-mocha-adv)

Sample for [browserstack-runner](https://github.com/browserstack/browserstack-runner) projects using the following directory structure:
````
- node_modules
* mocha
- tests
* browserstack.json
* test.js
* runner.html
````

### Run on BrowserStack
`BROWSERSTACK_JSON=tests/browserstack.json ./node_modules/.bin/browserstack-runner`

OR

`npm run test-ci`

### Run Locally
`grunt test`

OR

`npm test`