policystat-sauce-browsers
v2.0.0
Published
PolicyStat's Sauce Labs browsers
Downloads
3
Readme
policystat-sauce-browsers
If you’d like to use karma-sauce-launcher with the same browsers in numerous projects and you happen to be developing for PolicyStat then this module will give you the browsers which PolicyStat would like to test against.
API
In your karma.conf.js
:
// the browsers available from Sauce Labs are retrieved using an HTTPS request.
// therefore, this is a promise
var psBrowsers = require('policystat-sauce-browsers')
psBrowsers.then(function (browsers) {
// browsers is what you’re after
// configure Karma here
}).catch(function (reason) {
// handle failure
})
This module uses get-saucelabs-browsers.
Copyright
Copyright © 2015 PolicyStat LLC
License
BSD-3-Clause