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
Currently we use Selenium to run our tests, but the core project has switched to using Playwright. The setup for Playwright is much more straightforward because it includes an automatic installer for the webdriver (just one playwright install command). For Selenium you have to manually install it yourself.
Proposed Actions
Rewrite the tests using Playwrite based on this example.
Work Items
Rewrite the tests.
The text was updated successfully, but these errors were encountered:
Current Situation
Currently we use Selenium to run our tests, but the core project has switched to using Playwright. The setup for Playwright is much more straightforward because it includes an automatic installer for the webdriver (just one
playwright install
command). For Selenium you have to manually install it yourself.Proposed Actions
Rewrite the tests using Playwrite based on this example.
Work Items
Rewrite the tests.
The text was updated successfully, but these errors were encountered: