DevExpress / testcafe-browser-provider-saucelabs

This is the Sauce Labs browser provider plugin for TestCafe.

Home Page:https://devexpress.github.io/testcafe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm package gives ENOENT error in Linux platform with testcafe/testcafe docker image

aprabh001c opened this issue · comments

Run tests in saucelabs from Concourse testcafe/testcafe docker image with linux platform

Current behavior:
testcafe -b saucelabs returns browser lists. But when tried to trigger execution for browser "browsers": "saucelabs:Chrome@79.0:OS X 10.10" getting below error back

ERROR Was unable to open the browser "saucelabs:Chrome@79.0:OS X 10.10" due to error.

Error: spawn /tmp/build/4ef0e317/automation-repo/node_modules/sauce-connect-launcher/sc/sc-4.5.4-linux/bin/sc ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:81:21)

Using "testcafe-browser-provider-saucelabs": "1.8.0" npm package.
Passing browser string in testcaferc.json

Thank you for your report. This issue is a duplicate of #17. Also, I described the situation in another comment in the DevExpress/testcafe repository.