From 990c2392e5ff06d57ba4272de7563a42ddf3d38e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 29 Dec 2013 20:25:40 -0800 Subject: mv sauce_browsers.yml out of the project root --- Gruntfile.js | 2 +- sauce_browsers.yml | 88 ------------------------------------------- test-infra/sauce_browsers.yml | 88 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 sauce_browsers.yml create mode 100644 test-infra/sauce_browsers.yml diff --git a/Gruntfile.js b/Gruntfile.js index 46d5184b0..3f977dbfc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -270,7 +270,7 @@ module.exports = function (grunt) { build: process.env.TRAVIS_JOB_ID, concurrency: 3, urls: ['http://127.0.0.1:3000/js/tests/index.html'], - browsers: grunt.file.readYAML('sauce_browsers.yml') + browsers: grunt.file.readYAML('test-infra/sauce_browsers.yml') } } } diff --git a/sauce_browsers.yml b/sauce_browsers.yml deleted file mode 100644 index a43051405..000000000 --- a/sauce_browsers.yml +++ /dev/null @@ -1,88 +0,0 @@ -[ - # Docs: https://saucelabs.com/docs/platforms/webdriver - - { - browserName: "safari", - platform: "OS X 10.8" - }, - # { # Safari 7 (which requires Mavericks) is not currently supported by Sauce Labs - # browserName: "safari", - # platform: "OS X 10.9" - # }, - { - browserName: "chrome", - platform: "OS X 10.9" - }, - - # { # FIXME: currently fails 1 tooltip test - # browserName: "firefox", - # version: "25", - # platform: "OS X 10.6" - # }, - - # Mac Opera not currently supported by Sauce Labs - - # { # FIXME: currently fails 1 tooltip test - # browserName: "internet explorer", - # version: "11", - # platform: "Windows 8.1" - # }, - - # { - # browserName: "internet explorer", - # version: "10", - # platform: "Windows 8" - # }, - # { - # browserName: "internet explorer", - # version: "9", - # platform: "Windows 7" - # }, - # { - # browserName: "internet explorer", - # version: "8", - # platform: "Windows 7" - # }, - - # { # Unofficial - # browserName: "internet explorer", - # version: "7", - # platform: "Windows XP" - # }, - - { - browserName: "chrome", - platform: "Windows 8.1" - }, - { - browserName: "firefox", - platform: "Windows 8.1" - }, - - # Win Opera 15+ not currently supported by Sauce Labs - - { - browserName: "iphone", - platform: "OS X 10.8" - }, - - # iOS Chrome not currently supported by Sauce Labs - - # Linux (unofficial): - { - browserName: "chrome", - platform: "Linux" - }, - { - browserName: "firefox", - platform: "Linux" - } - - # Android Chrome not currently supported by Sauce Labs - - # { # Android Browser (super-unofficial) - # browserName: "android", - # version: "4.0", - # platform: "Linux" - # } -] diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml new file mode 100644 index 000000000..a43051405 --- /dev/null +++ b/test-infra/sauce_browsers.yml @@ -0,0 +1,88 @@ +[ + # Docs: https://saucelabs.com/docs/platforms/webdriver + + { + browserName: "safari", + platform: "OS X 10.8" + }, + # { # Safari 7 (which requires Mavericks) is not currently supported by Sauce Labs + # browserName: "safari", + # platform: "OS X 10.9" + # }, + { + browserName: "chrome", + platform: "OS X 10.9" + }, + + # { # FIXME: currently fails 1 tooltip test + # browserName: "firefox", + # version: "25", + # platform: "OS X 10.6" + # }, + + # Mac Opera not currently supported by Sauce Labs + + # { # FIXME: currently fails 1 tooltip test + # browserName: "internet explorer", + # version: "11", + # platform: "Windows 8.1" + # }, + + # { + # browserName: "internet explorer", + # version: "10", + # platform: "Windows 8" + # }, + # { + # browserName: "internet explorer", + # version: "9", + # platform: "Windows 7" + # }, + # { + # browserName: "internet explorer", + # version: "8", + # platform: "Windows 7" + # }, + + # { # Unofficial + # browserName: "internet explorer", + # version: "7", + # platform: "Windows XP" + # }, + + { + browserName: "chrome", + platform: "Windows 8.1" + }, + { + browserName: "firefox", + platform: "Windows 8.1" + }, + + # Win Opera 15+ not currently supported by Sauce Labs + + { + browserName: "iphone", + platform: "OS X 10.8" + }, + + # iOS Chrome not currently supported by Sauce Labs + + # Linux (unofficial): + { + browserName: "chrome", + platform: "Linux" + }, + { + browserName: "firefox", + platform: "Linux" + } + + # Android Chrome not currently supported by Sauce Labs + + # { # Android Browser (super-unofficial) + # browserName: "android", + # version: "4.0", + # platform: "Linux" + # } +] -- cgit v1.2.3