specflow-skill
Installation
SKILL.md
SpecFlow BDD Skill
Core Patterns
Feature File (Features/Login.feature)
Feature: User Login
Scenario: Successful login
Given I am on the login page
When I enter "user@test.com" as email
And I enter "password123" as password
And I click the login button
Then I should see the dashboard
And the welcome message should contain "Welcome"