🔧 chore: fix skill naming and gitea actions compatibility (related to #2)
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
Some checks failed
CI/CD Pipeline / CI Pipeline (push) Failing after 7m12s
This commit is contained in:
13
.vibe/skills/bdd-testing/assets/feature-template.feature
Normal file
13
.vibe/skills/bdd-testing/assets/feature-template.feature
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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\"}"
|
||||
Reference in New Issue
Block a user