DevExpress / testcafe-browser-provider-saucelabs

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

Build: fix test-mac #102

Closed PavelMor25 closed 8 months ago

PavelMor25 commented 8 months ago

sauce-connect-launcher uses the latest version obtained from JSON. Then, it attempts to download the Sauce Connector Launcher, substituting the version provided in JSON. However, there is no version 4.9.2 for macOS. To address the issue, we add an environment variable and specify the latest version for macOS.

success test with changes: test

closes DevExpress/testcafe-private#441