Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

bramstein/mocha-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This module has been deprecated and is no longer maintained.

Automatic browser testing with Mocha and BrowserStack

This Mocha reporter allows you to run your unit tests automatically on one or multiple BrowserStack instances.

Installation

$ npm install mocha-browserstack

Usage

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.

<script src="node_modules/mocha-browserstack/lib/mocha-browserstack.js"></script>

Configure mocha to use the BrowserStack reporter.

<script>
    mocha.setup({
        reporter: Mocha.BrowserStack
    });
</script>

License

The mocha-browserstack code is licensed under the three-clause BSD license.

About

A Mocha reporter that can be used to run Mocha tests automatically on BrowserStack

Resources

Stars

Watchers

Forks

Packages

No packages published