Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browserstack-test

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserstack-test

Run your unit tests automatically on BrowserStack

  • 0.2.11
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 10 Nov 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc