This project demonstrates automated browser testing using Playwright for Java.
Playwright is a modern automation framework that supports Chromium, Firefox, and WebKit β allowing reliable end-to-end testing for web applications.
- Cross-browser automation (Chromium, Firefox, WebKit)
- Fast and reliable execution
- Headless and headed mode testing
- Screenshot and video capture support
- Page Object Model (POM) ready structure
- Easily integrable with CI/CD pipelines
- Language: Java
- Framework: Playwright
- Build Tool: Maven
Make sure you have:
- Java 11+
- Maven 3.6+
- Internet connection (for Playwright dependencies)