Setup & Installation
What This Skill Does
Generates Cucumber BDD test suites with Gherkin feature files and step definitions in Java, JavaScript, or Ruby. Covers the full workflow from writing Given/When/Then scenarios to configuring hooks, tags, parallel execution, and CI integration.
Writing Gherkin scenarios and matching step definitions by hand means juggling syntax rules, parameter types, and hook lifecycle across languages, and this skill handles all of that from a single prompt.
When to use it
- Writing Gherkin feature files for login or checkout flows
- Generating step definitions that match existing feature scenarios
- Setting up Scenario Outlines with data-driven example tables
- Running tagged test subsets like @smoke or @regression in CI
- Connecting Cucumber tests to LambdaTest for cross-browser cloud execution