bugbank-playwright-bdd/ ├── features/ # Gherkin feature files │ ├── login.feature │ ├── registration.feature │ ├── transfer.feature │ └── statement.feature ├── pages/ # Page Object Models │ ├── ...
# LLM-Assisted BDD Functional Testing Module ## Overview This project implements an LLM-assisted Functional Testing module that generates BDD-style test scenarios from plain-English business ...