Skip to content

Commit

Permalink
Add opera to browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naoufal committed Mar 6, 2016
1 parent c6e4cd5 commit 2024c91
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,29 @@ if (process.env.NODE_ENV === 'ci') {
browser: 'firefox',
browser_version: '43.0'
},
BS_Opera: {
base: 'BrowserStack',
os: 'Windows',
os_version: '10',
browser: 'opera',
browser_version: '35.0'
},

BS_Safari: {
base: 'BrowserStack',
os: 'OS X',
os_version: 'El Capitan',
browser: 'safari',
browser_version: '9.0'
},
BS_MobileSafari: {
BS_MobileSafari8: {
base: 'BrowserStack',
os: 'ios',
os_version: '8.3',
browser: 'iphone',
real_mobile: false
},
BS_MobileSafari: {
BS_MobileSafari9: {
base: 'BrowserStack',
os: 'ios',
os_version: '9.1',
Expand Down

0 comments on commit 2024c91

Please sign in to comment.