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

Support Mac 11 (Big Sur) #67

Closed wentwrong closed 3 years ago

wentwrong commented 3 years ago

https://wiki.saucelabs.com/pages/viewpage.action?pageId=115066081

danderbury commented 3 years ago

Is there any progress on this?

AlexSkorkin commented 3 years ago

No updates yet. Once we get any results, we will post them here.

danderbury commented 3 years ago

I found if i modify the index.js to add :

'macOS Big Sur': 'macOS 11.00',
'macOS Catalina': 'macOS 10.15',

However the project is out of date that the build pipeline fails with vaunabilties. I am happy to submit this change however i dont have the skills to fix the build process.

AndreyBelym commented 3 years ago

Thank you for your feedback. Yes, fixing the build system is a complex task, I tried to fix it before with no luck. I want to make another attempt in a couple of weeks.

Farfurix commented 3 years ago

Fixed in https://github.com/DevExpress/testcafe-browser-provider-saucelabs/pull/63.