saucelabs / testrunner-toolkit

Sauce Labs Test Runner Toolkit is a JavaScript native approach to perform browser testing in a CI with Sauce Labs
https://docs.staging.saucelabs.net/testrunner-toolkit/index.html
Apache License 2.0
23 stars 11 forks source link

Using tunnelIdentifier with testrunner toolkil? #38

Open m-ttriley opened 4 years ago

m-ttriley commented 4 years ago

I'm wondering if saucectl currently has any capability to set a tunnelIdentifier as you would in a sauce:config when attempting to utilize an active tunnel.

If not, does the testrunner toolkit support running tests through tunnels at all / is there plans to do so?

Apologies if this is the incorrect place to ask!

alexplischke commented 4 years ago

Saucectl does not utilize Sauce Lab VMs as of right now. Sauce Connect's primary means is to help the VMs connect with your private network. If you just need a tunnelling solution, could you perhaps defer to something like ngrok?