github.com/kayoticsully/syncthing@v0.8.9-0.20140724133906-c45a2fdc03f8/assets/bootstrap-3.1.1/test-infra/sauce_browsers.yml (about) 1 [ 2 # Docs: https://saucelabs.com/docs/platforms/webdriver 3 4 { 5 browserName: "safari", 6 platform: "OS X 10.9" 7 }, 8 # { 9 # browserName: "googlechrome", 10 # platform: "OS X 10.9", 11 # version: "31" 12 # }, 13 { 14 browserName: "firefox", 15 platform: "OS X 10.9" 16 }, 17 18 # Mac Opera not currently supported by Sauce Labs 19 20 { 21 browserName: "internet explorer", 22 version: "11", 23 platform: "Windows 8.1" 24 }, 25 { 26 browserName: "internet explorer", 27 version: "10", 28 platform: "Windows 8" 29 }, 30 # { 31 # browserName: "internet explorer", 32 # version: "9", 33 # platform: "Windows 7" 34 # }, 35 # { 36 # browserName: "internet explorer", 37 # version: "8", 38 # platform: "Windows 7" 39 # }, 40 41 # { # Unofficial 42 # browserName: "internet explorer", 43 # version: "7", 44 # platform: "Windows XP" 45 # }, 46 47 { 48 browserName: "googlechrome", 49 platform: "Windows 8.1" 50 }, 51 { 52 browserName: "firefox", 53 platform: "Windows 8.1" 54 }, 55 56 # Win Opera 15+ not currently supported by Sauce Labs 57 58 { 59 browserName: "iphone", 60 platform: "OS X 10.9", 61 version: "7" 62 }, 63 64 # iOS Chrome not currently supported by Sauce Labs 65 66 # Linux (unofficial) 67 { 68 browserName: "googlechrome", 69 platform: "Linux" 70 }, 71 { 72 browserName: "firefox", 73 platform: "Linux" 74 } 75 76 # Android Chrome not currently supported by Sauce Labs 77 78 # { # Android Browser (super-unofficial) 79 # browserName: "android", 80 # version: "4.0", 81 # platform: "Linux" 82 # } 83 ]