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
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?
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!
The text was updated successfully, but these errors were encountered:
geb/geb@46858b1
erdi
No branches or pull requests
A question I posed to the geb-user mailing list:
Response from @erdi:
Thanks for the help!
The text was updated successfully, but these errors were encountered: