Setup & Installation
npx skills add https://github.com/LambdaTest/agent-skills --skill specflow-skill
https://github.com/LambdaTest/agent-skills/tree/main/specflow-skill
View on GitHubWhat This Skill Does
Generates SpecFlow BDD tests for C#/.NET projects, including Gherkin feature files, step bindings, hooks, and context injection. Supports cloud execution on LambdaTest through TestMu AI.
Skips the boilerplate of wiring up SpecFlow step definitions, hooks, and context injection by hand, so you get a working BDD test structure in seconds instead of minutes.
When to use it
- Writing Gherkin feature files for login and authentication flows
- Scaffolding step binding classes with Given/When/Then attributes
- Setting up SpecFlow hooks for browser lifecycle management
- Running BDD scenarios across multiple browsers on LambdaTest cloud
- Creating data-driven tests with Scenario Outline and Examples tables