mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
Adding Safari to saucelabs
This commit is contained in:
+2
-2
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user