Skip to content

Commit

Permalink
ci(e2e): add more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmerckx committed Jun 20, 2019
1 parent d769f16 commit 8edff59
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,35 @@ exports.config = {
'browser_version': '18.0',
'resolution': '1920x1080',
name: 'win10_edge'
}, {
'os': 'Windows',
'os_version': '10',
'browserName': 'Firefox',
'browser_version': '67.0',
'resolution': '1920x1080',
name: 'win10_firefox'
// SAFARI does not seem to work with BS local for now
// }, {
// 'os': 'OS X',
// 'os_version': 'Mojave',
// 'browserName': 'Safari',
// 'browser_version': '12.0',
// 'resolution': '1920x1080',
// name: 'osx_safari'
}, {
'os': 'OS X',
'os_version': 'Mojave',
'browserName': 'Firefox',
'browser_version': '67.0',
'resolution': '1920x1080',
name: 'osx_firefox'
}, {
'os': 'OS X',
'os_version': 'Mojave',
'browserName': 'Chrome',
'browser_version': '74.0',
'resolution': '1920x1080',
name: 'osx_chrome'
}].map(c => ({
...c,
...BS_COMMON_CAPS
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8edff59

Please sign in to comment.