提交 68a6eb85 编写于 作者: M Matt Zabriskie

Adding Safari to saucelabs

上级 ea673057
......@@ -51,14 +51,14 @@ module.exports = function(config) {
// customLaunchers.SL_FirefoxDev = createCustomLauncher('firefox', 'dev');
// customLaunchers.SL_FirefoxBeta = createCustomLauncher('firefox', 'beta');
}
/*
// Safari
if (runAll || process.env.SAUCE_SAFARI) {
customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
}
/*
// Opera
if (runAll || process.env.SAUCE_OPERA) {
// customLaunchers.SL_Opera11 = createCustomLauncher('opera', 11, 'Windows XP');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册