Skip to content

Commit

Permalink
Tests: revert accidental integration_browsers.js commit; resume tests…
Browse files Browse the repository at this point in the history
… on all browsers.
  • Loading branch information
lilith committed Jan 16, 2015
1 parent c4d61c0 commit 1d8be1a
Showing 1 changed file with 81 additions and 3 deletions.
84 changes: 81 additions & 3 deletions test/integration_browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,113 @@

module.exports = {


explorer6: {
platform: 'Windows XP',
browserName: 'internet explorer',
version: '6',
'screen-resolution': '1024x768'
},

ios_emulator: {
'browserName': 'iphone',
'platform': 'OS X 10.9',
'version': '8.0',
// 'deviceName':'iPhone Simulator',
'device-orientation': 'portrait'
},

android4_0: {
browserName: 'android',
platform: 'Linux',
version: '4.0'
},

chrome_linux: {
browserName: 'chrome',
platform: 'Linux',
version: '39',
'screen-resolution': '1024x768'
},

explorer11: {
platform: 'Windows 8.1',
browserName: 'internet explorer',
version: '11',
'screen-resolution': '1024x768'
},

firefox_windows: {
browserName: 'firefox',
platform: 'Windows',
'screen-resolution': '1024x768'
},


safari7_mac: {
browserName: 'safari',
platform: 'OS X 10.9',
version: '7',
deviceName: '',
'screen-resolution': '1024x768',
},


firefox_linux: {
browserName: 'firefox',
platform: 'Linux',
version: '34',
'screen-resolution': '1024x768'
},

firefox_mac: {
browserName: 'firefox',
platform: 'OS X 10.10',
version: '34',
deviceName: '',
'screen-resolution': '1024x768',
},

chrome_mac: {
browserName: 'chrome',
platform: 'OS X 10.10',
version: '',
deviceName: '',
'screen-resolution': '1024x768',
},

explorer7: {
platform: 'Windows XP',
browserName: 'internet explorer',
version: '7',
'screen-resolution': '1024x768'
},


explorer8: {
platform: 'Windows 7',
browserName: 'internet explorer',
version: '8',
'screen-resolution': '1024x768'
},


explorer9: {
platform: 'Windows 7',
browserName: 'internet explorer',
version: '9',
'screen-resolution': '1024x768'
},

explorer10: {
platform: 'Windows 8',
browserName: 'internet explorer',
version: '10',
'screen-resolution': '1024x768'
},


android4_4: {
browserName: 'android',
platform: 'Linux',
version: '4.4'
}

};

0 comments on commit 1d8be1a

Please sign in to comment.