Skip to content

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

Description

@treyturner

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!

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions