This is an end-to-end UI test automation framework designed for real-world use — not a tutorial project. It handles parallel execution, multi-environment config, video recording, Playwright tracing, ...
src/test/ ├── java/com/framework/ │ ├── TestRunner.java # JUnit Platform suite entry point │ ├── config/ │ │ └── ConfigManager.java # Loads env-specific config + system props │ ├── hooks/ │ │ └── ...