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

Add mac versions #68

Closed langersp closed 3 years ago

AndreyBelym commented 3 years ago

Thank you for your contribution. Currently, we have problems with CI builds in this repository. I will fix it and process your PR after that.

Farfurix commented 3 years ago

@langersp

Hello,

We added these macOS versions in the testcafe-browser-provider-saucelabs@1.8.1 release:

>testcafe "saucelabs:Chrome@88.0:macOS 11.00" tests/simple-test.js
 Running tests in:
 - Chrome 88.0.4324.96 / macOS 11.0.1 (https://app.saucelabs.com/tests...)
 Fixture
saucelabs:Chrome@88.0:macOS 11.00
Chrome 88.0.4324.96 / macOS 11.0.1
 √ test

 1 passed (26s)

>testcafe "saucelabs:Chrome@88.0:macOS 10.15" tests/simple-test.js
 Running tests in:
 - Chrome 88.0.4324.96 / macOS 10.15.4 (https://app.saucelabs.com/tests...)
 Fixture
saucelabs:Chrome@88.0:macOS 10.15
Chrome 88.0.4324.96 / macOS 10.15.4
 √ test

 1 passed (28s)

So, I'll close this PR. Please update your provider version to the latest one.