kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Add parentTunnel to Sauce confinguration options #56

Closed odonnellk closed 4 years ago

odonnellk commented 4 years ago

Summary

Currently, Scaffold allows for a tunnelIdentifier to be provided when configured to run against SauceLabs. For shared Sauce Connect tunnels, SauceLabs also requires a parentTunnel capability to specify the user that owns the shared tunnel. This optional capability would allow greater configurability and control over the SauceLabs run environment.

A/C

Optional capability parentTunnel can now be configured in the application configuration files.