A Mocha reporter that can be used to run Mocha tests automatically on BrowserStack
npm install mocha-browserstackThis Mocha reporter allows you to run your unit tests automatically on one or multiple BrowserStack instances.
$ npm install mocha-browserstack
Include the reporter in your HTML test page. The reporter extends the default HTML reporter so your tests will continue to work as expected locally.
The mocha-browserstack code is licensed under the three-clause BSD license.