Skip to content

Commit

Permalink
build(e2e): configure safari for E2E testing
Browse files Browse the repository at this point in the history
  • Loading branch information
maloun96 authored and cipak committed May 12, 2021
1 parent afb6fd7 commit 4e7f59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ WEBEX_MEETING_DESTINATION=
WEBEX_TEST_CHROME=1
WEBEX_TEST_FIREFOX=
WEBEX_TEST_EDGE=
WEBEX_TEST_SAFARI=
4 changes: 4 additions & 0 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ exports.config = {
maxInstances: 5,
acceptInsecureCerts: true,
}]: []),
...(process.env.WEBEX_TEST_SAFARI ? [{
browserName: 'safari',
maxInstances: 5,
}]: []),
],
//
// ===================
Expand Down

0 comments on commit 4e7f59f

Please sign in to comment.