Playwright Testing Framework
Playwright is an open-source automation framework developed by Microsoft that allows developers to write reliable tests for web sites and web applications. It supports multiple browsers including Chrome, Firefox, and Safari, and enables cross-browser testing with a unified API. With end-to-end testing features like auto-waiting, capturing screenshots, Playwright simplifies the testing process and enhances developer productivity.
Updates
We're using Playwright for visual regression testing on a few projects, but not yet for end-to-end testing. We're currently looking for an opportunity to try it out as an end-to-end testing framework. This is probably going to take some time. End-to-end tests are usually required when a mission critical functionality relies on multi-step flows, i.e. a process where visitors donate money to a charity. Not every project has these.