Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config option to disable use of sauce-connect #384

Closed
treyturner opened this issue Jun 11, 2015 · 0 comments
Closed

Add config option to disable use of sauce-connect #384

treyturner opened this issue Jun 11, 2015 · 0 comments
Assignees
Milestone

Comments

@treyturner
Copy link

A question I posed to the geb-user mailing list:

Is it possible to skip sauce-connect initialization completely when using geb/saucelabs/gradle plugins?

Response from @erdi:

Yes, in your build script you can do:
openSauceTunnelInBackground.enabled = false
closeSauceTunnel.enabled = false

This will skip the tunnel related tasks.

We should probably add an option to the DSL to specify that you don't want to use the tunnel, something like:

sauceLabs.useTunnel = false

Would you mind opening an issue for this in the tracker?

Thanks for the help!

@erdi erdi self-assigned this Apr 25, 2018
@erdi erdi added this to the 2.2 milestone Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants