-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): allow SE traffic to be sent via Sauce Connect's Relay
Tests with Sauce Connect have two connections to Sauce Labs, a tunnel from Sauce Connect client to host, and Selenium commands themselves which are sent independently. Sauce Connect is able to relay Selenium commands through the established tunnel, which helps obviate proxy and other issues with Selenium traffic. This change adds config values `connectLocationForSERelay` and `connectPortForSERelay` which allow users to make Karma send Selenium commands through a Sauce Connect instance at that host and port.
- Loading branch information
1 parent
0219065
commit 0ac67d4
Showing
2 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters