├── src/ # Test source code ├── drivers/ # WebDriver binaries ├── screenshots/ # Test execution screenshots ├── test-output/ # Test reports ├── config.xlsx # Test configuration data ├── pom.xml # ...
Selenium Boot is an opinionated, production-ready automation framework for Java Selenium, inspired by the philosophy of Spring Boot. It eliminates repetitive boilerplate by providing sensible defaults ...