DevExpress / testcafe-browser-provider-saucelabs

This is the Sauce Labs browser provider plugin for TestCafe.
https://devexpress.github.io/testcafe/
MIT License
31 stars 41 forks source link

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

Closed aprabh001c closed 4 years ago

aprabh001c commented 4 years ago

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

AndreyBelym commented 4 years ago

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.