Setup & Installation
What This Skill Does
Generates Behat BDD test scaffolding for PHP projects, including Gherkin feature files, custom context classes, and MinkContext browser testing steps. Covers local Selenium and cloud-based LambdaTest execution setups.
Behat's Gherkin syntax and PHP context classes have enough boilerplate that having correct scaffolding for features, contexts, and YAML config saves real setup time.
When to use it
- Scaffolding Gherkin feature files for login and form workflows
- Writing custom Behat step definitions with MinkContext
- Setting up behat.yml with Selenium and Mink extensions
- Running tagged test suites against a local or remote browser
- Configuring LambdaTest cloud execution for cross-browser BDD tests