Here are two ways to determine if a test was running using the Sauce Connect Proxy.
In the Test Detail page, click on more... The lightening symbol will be green if a Sauce Connect Proxy was enabled during the test. You will also be able to see the ID of the Sauce Connect Proxy tunnel.
Sauce Connect Enabled | Sauce Connect Disabled |
---|---|
![]() |
![]() |
In the Automated Tests section, tests that used a Sauce Connect Proxy will show a black lightening symbol. To see the details of the active tunnels, click Tunnels.
If you expected your test to be running through the Sauce Connect Proxy and it is not, check the configuration of your Sauce Connect Proxy tunnel and your test's desired capabilities. You may be missing the "tunnelIdentifier"
or "parentTunnel"
desired capabilities.
For more troubleshooting, check out the Sauce Connect Command Line Reference flags and the Sauce Connect Maintenance and Troubleshooting guidelines.