Playwright Test was created specifically to accommodate the needs of the end-to-end testing. It does everything you would expect from the regular test runner, and more. Playwright test allows to: Run tests across all browsers. Execute tests in parallel. Enjoy context isolation out of the box. Capture videos, screenshots and other artifacts on failure. Integrate your POMs as extensible fixtures.