LaunchKit · 2026

Setup & Installation

npx skills add https://github.com/LambdaTest/agent-skills --skill behat-skill
or paste the link and ask your coding assistant to install it
https://github.com/LambdaTest/agent-skills/tree/main/behat-skill
View on GitHub

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