🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

notify-saucelabs

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notify-saucelabs

Install:-

latest
npmnpm
Version
1.0.3
Version published
Maintainers
2
Created
Source

notify-saucelabs

Install:-

npm install --save-dev notify-saucelabs

Example:-

require('isomorphic-fetch');
var notifiySaucelabs = require('notify-saucelabs');

module.exports = {

	// tests go here

	tearDown: function(callback) {
		notifySaucelabs({
			sessionId: this.client.sessionId,
			passed: this.results.failed === 0,
			tags: ['a-tag', 'another-tag']
		})
		.then(callback);
	}
}

Note: depends on isomorphic-fetch

FAQs

Package last updated on 02 Sep 2016

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