Closed
Description
We currently use selenium for our E2E tests, which requires that we have the appropriate browsers installed as well as Java, NodeJS and yarn available on the machine.
Consider selenium alternatives that would allow us to remove these dependencies from the E2E test projects.
- Initial replacement of Selenium with Playwright.
- Enable E2E tests to run on Linux and Mac [Templates] Enable E2E tests on Linux and Mac #30119
- Capture E2E test artifacts upon failure on the CI [Infrastructure] Capture E2E test artifacts upon build failure on the CI #30135
- Component tests migration to Playwright Sharp