You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create cross browser/os testing using a service like BrowserStack or SauceLabs.
As of 2022-02-01, it looks like BrowserStack and SauceLabs make this easy to do if we decide to use javascript for the (playwright) testing. So right now we've got a few options:
Use JavaScript and Playwright to write some tests.
Use Python and Selenium to write some tests.
Dive into getting python-playwright working for one of these services.
Wait a bit for the service(BS/SL) to do number 3 for us.
The text was updated successfully, but these errors were encountered:
We'll shortly have a bit of cross browser testing (Chromium, Firefox, Webkit) on Linux. Option 4 seems like the best option for at least the short (~months) future to me.
Create cross browser/os testing using a service like BrowserStack or SauceLabs.
As of 2022-02-01, it looks like BrowserStack and SauceLabs make this easy to do if we decide to use javascript for the (playwright) testing. So right now we've got a few options:
The text was updated successfully, but these errors were encountered: