selenium-cucumber-boilerplate/ ├── e2e-tests/ │ ├── features/ # Cucumber feature files (.feature) │ │ └── examples/ # Example feature files │ ├── pages/ # Page Object Model │ │ ├── basePage.ts # Base ...
A complete, scalable, and production-ready FastAPI boilerplate with JWT authentication, role-based access control, MySQL database, Docker support, and comprehensive testing. boilerplate/ ├── alembic/ ...