Playwright
Main Features
- Playwright have excellent inbuilt features called Traces which can take automatic Screenshots, test video recording, Flaky test retry & Logging mechanism
- Playwright provides inspector tool which help us to monitor and debug every step of execution, see click points and verify page locators on the fly
- Playwright has inbuilt API Testing libraries to fire the Network calls on fly within Web Application
- Playwright provides browser context feature which help to save and transfer the browser state to any other new browser
- Playwright provides codegen tool which Generate test code by recording your actions
Playwright Installation
npm install -g playwright
npm init playwright