1.0.3 • Published 8 years ago

notify-saucelabs v1.0.3

Weekly downloads
9
License
MIT
Repository
-
Last release
8 years ago

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

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago