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

null-null

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

null-null

Easily run your Selenium tests in SauceLabs

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Running the examples

Mocha example

You'll want to install Mocha using npm:

$ npm install -g mocha

If you have SauceLabs credentials (a username and access key), specify those as environment variables:

$ export SAUCE_USERNAME=****
$ export SAUCE_ACCESS_KEY=***

If you don't have credentials, the tests will run locally (using installed copies of Chrome and Firefox, if available).

Then run the test using Mocha and specify the test.mocha.js file:

$ mocha test.mocha.js

Keywords

null

FAQs

Package last updated on 30 Jul 2015

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