policystat-sauce-浏览器
如果您想在多个项目中使用具有相同浏览器的并且您碰巧正在为 PolicyStat 进行开发,那么该模块将为您提供 PolicyStat 想要测试。
应用程序接口
在你的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
} )
1