Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sauce_browsers.yml - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d52ed02328e3c5465a9e6cc5098cc9d07e1bf3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[
  # Docs: https://saucelabs.com/docs/platforms/webdriver

  {
    browserName: "safari",
    version: "6",
    platform: "OS X 10.8"
  },
  {
    browserName: "chrome",
    version: "31",
    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",
    version: "31",
    platform: "Windows 8.1"
  },
  {
    browserName: "firefox",
    version: "25",
    platform: "Windows 8.1"
  },

  # Win Opera 15+ not currently supported by Sauce Labs

  {
    browserName: "iphone",
    version: "6.1",
    platform: "OS X 10.8"
  },

  # iOS Chrome not currently supported by Sauce Labs

  # Linux (unofficial):
  {
    browserName: "chrome",
    version: "30",
    platform: "Linux"
  },
  {
    browserName: "firefox",
    version: "25",
    platform: "Linux"
  }

  # Android Chrome not currently supported by Sauce Labs

  # { # Android Browser (super-unofficial)
  #   browserName: "android",
  #   version: "4.0",
  #   platform: "Linux"
  # }
]