Description
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.