Gherkin FlowRun Cucumber scenarios directly from Screenshots
Features▶ CodeLens Run ButtonsClickable ▶ Run Scenario and ▶️ Run Feature buttons appear inline above every scenario and feature line — no right-clicking needed. Tag buttons appear automatically when scenarios have tags:
🧪 Test Explorer IntegrationFull VS Code Testing panel support with a hierarchical tree view:
📋 Step-by-Step ResultsEach step shows its individual pass ✓ / fail ✗ status and execution time. Click any failed step to see the full error message and stack trace. 🔴 Inline Failure DecorationAfter a test run, failed step lines are highlighted with a red background and the error message is shown as inline ghost text — without leaving the feature file.
Decorations clear automatically on the next run. 🔗 Step Definition JumpCtrl+click any Gherkin step to jump directly to the matching Java step definition method. Supports both Cucumber Expressions ( 💡 Gherkin AutocompleteType
⚠️ Missing Step DetectionSteps with no matching Java definition are underlined with a warning. Hover to see the message. All unmatched steps appear in the Problems panel (Ctrl+Shift+M). 🎨 Visual DecorationsScenario lines are highlighted with a green left border and subtle background, making them easy to spot in large feature files. 🔧 Build Tool Auto-DetectionAutomatically detects and uses the right tool — no configuration needed:
Requirements
Add the JSON reporter to your runner if not already present:
Usage
Right-click menuRight-click anywhere inside a
Extension SettingsNo configuration required. The extension auto-activates when a workspace contains Known Limitations
Release Notes0.7.2Fix: scenario run command now includes feature file path ( 0.7.1Added Marketplace screenshots showcasing all key features. 0.7.0JavaScript/TypeScript Cucumber support — auto-detects 0.6.0Gherkin syntax highlighting — proper TextMate grammar with coloured keywords, tags, strings, table cells, docstrings, and outline parameters. 0.5.1README documentation update. 0.5.0Inline failure decoration — failed steps highlighted with red background and inline error text. 0.4.0Gherkin autocomplete — step definition suggestions while typing in 0.3.0Missing step detection — warning underlines for steps with no matching Java definition. 0.2.0Step Definition Jump (Ctrl+click), Tag Filtering CodeLens buttons, GitHub Actions CI/CD. 0.1.0Initial release with CodeLens, Test Explorer integration, Scenario Outline support, and step-level results. |
▶ Run Scenario and tag buttons appear inline above every scenario
Run buttons on all scenarios with Scenario Outline support
Step-by-step pass/fail results in the Test Explorer panel
Failed steps highlighted with inline error message in the editor
Unmatched steps underlined with warning — autocomplete suggestions on the right