LaunchKit · 2026

Setup & Installation

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

What This Skill Does

Generates Behave BDD test suites for Python, including Gherkin feature files, step definitions, and environment hooks. Covers Scenario Outlines, tag-based filtering, page objects, and optional cloud browser execution through LambdaTest.

Generates both the Gherkin feature files and their matching Python step implementations together, so you skip the boilerplate of wiring up Behave's directory structure and step registration by hand.

When to use it

  • Writing Gherkin feature files for a Python web app's login flow
  • Scaffolding Behave step definitions with Selenium for form interactions
  • Running tagged test subsets like @smoke or @critical during CI
  • Setting up browser lifecycle hooks with screenshot-on-failure
  • Executing Behave scenarios on remote browsers via LambdaTest