Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirish87/browserstack-runner-mocha-adv
https://github.com/shirish87/browserstack-runner-mocha-adv
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shirish87/browserstack-runner-mocha-adv
- Owner: shirish87
- Created: 2016-01-29T11:51:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T14:41:26.000Z (almost 9 years ago)
- Last Synced: 2024-11-21T09:45:27.715Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`