salesforce / lwc

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
https://lwc.dev
Other
1.62k stars 394 forks source link

[tests] saucelabs integration tests failing on Linux/macOS #3754

Open jmsjtu opened 11 months ago

jmsjtu commented 11 months ago

Description

Saucelab tests are only functional on Windows and fail for Linux/macOS.

This means the following OS and browser combinations in Saucelabs are not working:

We should investigate why they're failing and fix the tests.

Also, we should consider porting the sauce configs to Selenium 4 as Saucelabs has marked Selenium 3 as deprecated.

jmsjtu commented 11 months ago

While we're at it maybe we could use the saucelabs/saucectl-run orb instead of setting up the proxy manually.

AllanOricil commented 11 months ago

Is this something an external contributor can do?

nolanlawson commented 11 months ago

Probably not, it requires debugging SauceLabs in CI and potentially reaching out to SauceLabs for support.

AllanOricil commented 11 months ago

It would be nice to add a tag to tell people it can't be solved by external contributors. And describe it on the Contribution guidelines.

"internal only"

Or something else you think makes more sense