Files
dance-lessons-coach/.vibe/skills/bdd-testing/assets/feature-template.feature
Gabriel Radureau 89f17cba7d
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
2026-04-06 16:56:11 +02:00

13 lines
393 B
Gherkin

# features/<feature_name>.feature
Feature: <Feature Name>
<Feature description>
Scenario: <Scenario name>
Given the server is running
When I request <endpoint>
Then the response should be "{\"key\":\"value\"}"
Scenario: <Another scenario>
Given the server is running
When I request <endpoint> with "<parameter>"
Then the response should be "{\"key\":\"value\"}"