Socket
Socket
Sign inDemoInstall

browserstack-test

Package Overview
Dependencies
184
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    browserstack-test

Run your unit tests automatically on BrowserStack


Version published
Weekly downloads
25
increased by2400%
Maintainers
1
Install size
12.5 MB
Created
Weekly downloads
 

Readme

Source

BrowserStack Test

Run your Mocha or Jasmine tests automatically on BrowserStack virtual machines.

Installation

$ npm install browserstack-test -g

Usage

$ browserstack-test -u <username> -p <password> -k <api-key> -b config.json <url>

The url can be either local or remote. The configuration file should be a valid JSON file containing an array of valid BrowserStack browser specifications. Remember to hide your username, password and API key if you run browserstack-test as part of a continuous integration setup.

Mocha

To run your Mocha tests you'll need to use the Mocha BrowserStack reporter, which will report the test results back to the console. The reporter extends the HTML reporter so you can still keep testing locally.

Jasmine

To run your Jasmine tests you'll need to use the Jasmine BrowserStack reporter, which will report the test results back to the console.

License

BrowserStack Test is licensed under the three clause BSD license. Copyright 2013 Bram Stein, all rights reserved.

Keywords

FAQs

Last updated on 10 Nov 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc