Shipped
12- Auto-waiting WaitEngine (10+ conditions)
- Accessibility-first locators (getByRole/Label/Text…)
- Web-first assertThat(...) assertions
- Retries, quarantine & flakiness radar
- HTML report + JUnit XML, screenshots on failure
- Thread-safe parallel execution
- CI auto-detection + pass-rate gates
- JUnit 5 bridge & Cucumber/BDD support
- API, DB, email, clock-mocking, external data
- MCP server — framework-native AI codegen
- IntelliJ plugin (New Project wizard + YAML schema)
- Docs at docs.seleniumboot.com
In progress
4- seleniumboot.com marketing site
- VS Code extension (scaffolding + MCP)
- Expanded MCP codegen coverage
- Global docs search (Algolia DocSearch)
Planned
5- Interactive playground / live examples
- Package version explorer
- Visual regression testing
- AI documentation assistant
- Community showcase
Keep your test code. Delete the plumbing.
Add one dependency and focus on testing — not framework engineering.
<dependency>
<groupId>io.github.seleniumboot</groupId>
<artifactId>selenium-boot</artifactId>
<version>3.3.0</version>
</dependency>