mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Adding Edge, Safari, and IE9 back to SauceLabs
This commit is contained in:
+3
-9
@@ -56,8 +56,7 @@ module.exports = function(config) {
|
|||||||
// customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
|
// customLaunchers.SL_Safari7 = createCustomLauncher('safari', 7);
|
||||||
// customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
|
// customLaunchers.SL_Safari8 = createCustomLauncher('safari', 8);
|
||||||
|
|
||||||
// TODO: Fix the issue with disconnected tests
|
customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
|
||||||
// customLaunchers.SL_Safari9 = createCustomLauncher('safari', 9);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Opera
|
// Opera
|
||||||
@@ -69,20 +68,15 @@ module.exports = function(config) {
|
|||||||
|
|
||||||
// IE
|
// IE
|
||||||
if (runAll || process.env.SAUCE_IE) {
|
if (runAll || process.env.SAUCE_IE) {
|
||||||
// TODO These need to be fixed
|
|
||||||
// customLaunchers.SL_IE8 = createCustomLauncher('internet explorer', 8, 'Windows 7');
|
// customLaunchers.SL_IE8 = createCustomLauncher('internet explorer', 8, 'Windows 7');
|
||||||
|
customLaunchers.SL_IE9 = createCustomLauncher('internet explorer', 9, 'Windows 2008');
|
||||||
// TODO: Fix the issue with disconnected tests
|
|
||||||
// customLaunchers.SL_IE9 = createCustomLauncher('internet explorer', 9, 'Windows 2008');
|
|
||||||
|
|
||||||
customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012');
|
customLaunchers.SL_IE10 = createCustomLauncher('internet explorer', 10, 'Windows 2012');
|
||||||
customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1');
|
customLaunchers.SL_IE11 = createCustomLauncher('internet explorer', 11, 'Windows 8.1');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Edge
|
// Edge
|
||||||
if (runAll || process.env.SAUCE_EDGE) {
|
if (runAll || process.env.SAUCE_EDGE) {
|
||||||
// TODO: Fix the issue with disconnected tests
|
customLaunchers.SL_Edge = createCustomLauncher('microsoftedge', null, 'Windows 10');
|
||||||
// customLaunchers.SL_Edge = createCustomLauncher('microsoftedge', null, 'Windows 10');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// IOS
|
// IOS
|
||||||
|
|||||||
Reference in New Issue
Block a user