New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

protractor-browserstack

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-browserstack

Selenium examples for Protractor and BrowserStack Automate

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
10
233.33%
Maintainers
1
Weekly downloads
 
Created
Source

protractor-browserstack

Protractor Integration with BrowserStack.

BrowserStack Logo

Setup

  • Clone the repo
  • Install dependencies npm install
  • Update *.conf.js files inside the conf/ directory with your BrowserStack Username and Access Key

Running your tests

  • To run a single test, run npm run single
  • To run local tests, run npm run local
  • To run parallel tests, run npm run parallel

Understand how many parallel sessions you need by using our Parallel Test Calculator

Notes

  • You can view your test results on the BrowserStack automate dashboard

  • To test on a different set of browsers, check out our platform configurator

  • You can export the environment variables for the Username and Access Key of your BrowserStack account

    export BROWSERSTACK_USERNAME=<browserstack-username> &&
    export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
    
  • Set browserstackUser and browserstackKey in config to automatically mark your test results, "completed" and "failed", on browserstack dashboard. Sample config

Additional Resources

FAQs

Package last updated on 21 Apr 2020

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