Skip to content

Instantly share code, notes, and snippets.

@santiycr
Created January 5, 2012 00:57
Show Gist options
  • Save santiycr/1563128 to your computer and use it in GitHub Desktop.
Save santiycr/1563128 to your computer and use it in GitHub Desktop.
Se platforms to test
"all-platforms": [
["Windows 2003", "firefox", "2"],
["Windows 2003", "firefoxproxy", "2"],
["Windows 2003", "firefox", "3.0"],
["Windows 2003", "firefoxproxy", "3.0"],
["Windows 2003", "firefox", "3.5"],
["Windows 2003", "firefoxproxy", "3.5"],
["Windows 2003", "firefox", "3.6"],
["Windows 2003", "firefoxproxy", "3.6"],
["Windows 2003", "firefox", "4"],
["Windows 2003", "firefoxproxy", "4"],
["Windows 2003", "firefox", "5"],
["Windows 2003", "firefoxproxy", "5"],
["Windows 2003", "firefox", "6"],
["Windows 2003", "firefoxproxy", "6"],
["Windows 2003", "firefox", "7"],
["Windows 2003", "firefoxproxy", "7"],
["Windows 2003", "firefox", "8"],
["Windows 2003", "firefoxproxy", "8"],
["Windows 2003", "safari", "3"],
["Windows 2003", "safariproxy", "3"],
["Windows 2003", "safari", "4"],
["Windows 2003", "safariproxy", "4"],
["Windows 2003", "safariproxy", "5"],
["Windows 2003", "opera", "9"],
["Windows 2003", "opera", "10"],
["Windows 2003", "opera", "11"],
["Windows 2003", "googlechrome", ""],
["Windows 2003", "iexplore", "6"],
["Windows 2003", "iexploreproxy", "6"],
["Windows 2003", "iexplore", "7"],
["Windows 2003", "iexploreproxy", "7"],
["Windows 2003", "iexplore", "8"],
["Windows 2003", "iexploreproxy", "8"],
["Windows 2008", "iexplore", "9"],
["Windows 2008", "iexploreproxy", "9"],
["Windows 2008", "firefox", "4"],
["Windows 2008", "firefoxproxy", "4"],
["Windows 2008", "firefox", "5"],
["Windows 2008", "firefoxproxy", "5"],
["Windows 2008", "firefox", "6"],
["Windows 2008", "firefoxproxy", "6"],
["Windows 2008", "firefox", "7"],
["Windows 2008", "firefoxproxy", "7"],
["Windows 2008", "firefox", "8"],
["Windows 2008", "firefoxproxy", "8"],
["Linux", "firefox", "3.0"],
["Linux", "firefoxproxy", "3.0"],
["Linux", "firefox", "3.6"],
["Linux", "firefoxproxy", "3.6"],
["Linux", "firefox", "4"],
["Linux", "firefoxproxy", "4"],
["Linux", "firefox", "5"],
["Linux", "firefoxproxy", "5"],
["Linux", "firefox", "6"],
["Linux", "firefoxproxy", "6"],
["Linux", "firefox", "7"],
["Linux", "firefoxproxy", "7"],
["Linux", "firefox", "8"],
["Linux", "firefoxproxy", "8"],
["Linux", "googlechrome", ""],
["Linux", "opera", "11.52"]
],
"all-se2-platforms": [
["LINUX", "firefox", "3.0"],
["LINUX", "firefox", "3.6"],
["LINUX", "firefox", "4"],
["LINUX", "firefox", "5"],
["LINUX", "firefox", "6"],
["LINUX", "firefox", "7"],
["LINUX", "chrome", ""],
["LINUX", "opera", "11"],
["XP", "firefox", "3.0"],
["XP", "firefox", "3.5"],
["XP", "firefox", "3.6"],
["XP", "firefox", "4"],
["XP", "firefox", "5"],
["XP", "firefox", "6"],
["XP", "firefox", "7"],
["XP", "chrome", ""],
["XP", "internet explorer", "6"],
["XP", "internet explorer", "7"],
["XP", "internet explorer", "8"],
["VISTA", "internet explorer", "9"],
["VISTA", "firefox", "4"],
["VISTA", "firefox", "5"],
["VISTA", "firefox", "6"],
["VISTA", "firefox", "7"],
["VISTA", "chrome", ""]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment