So I have the following in my package.json:
test-sl-one: "testcafe \"saucelabs:Chrome@beta:Windows 10\" tests/settings/users.js -r xunit:/tmp/test-results/res.xml"
I see the tunnel "active" on the saucelabs site.
I wait about four minutes, and then I get back the error:
testcafe-automated-tests@0.0.1 test-sl-one /home/circleci/repo testcafe "saucelabs:Chrome@beta:Windows 10" tests/settings/users.js -r xunit:/tmp/test-results/res.xml
ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.
Any advice on where to start to triage it etc would be greatly appreciated! :)
Details: I successfully run testcafe tests on circleci not using saucelabs (just using a docker image that has chrome/firefox in it). Also, my tests are running inside a docker container (maybe I should stop doing this part)