create_feature
Create a new feature from a name and Gherkin source.
Request
POST /api/v1/ops/projects/{project}/featuresParameter
In
Type
Required
Description
curl -X POST -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"name": "Login Functionality", "gherkin": "Feature: Login Functionality\n Scenario: Valid user signs in\n ..."}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/features"testvibe features create "Login Functionality" --file login.featureResponse
{ "id": 12 }Errors
HTTP
When
Last updated
Was this helpful?
