policystat-sauce-browsers

2.0.0 • Public • Published

policystat-sauce-browsers NPM version Build Status

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

Package Sidebar

Install

npm i policystat-sauce-browsers

Weekly Downloads

0

Version

2.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • mightyiam
  • weswinham