Features
CRUD over a project's features. Generating and running their tests live in the Generation and Runs groups.
| Operation | What it does |
|---|---|
list_features | List features with lifecycle status. |
get_feature | One feature in full — Gherkin, status, rationale. |
create_feature | Create a feature from a name + Gherkin. |
update_feature | Edit the Gherkin and/or rename. |
delete_feature | Delete the feature and its generated tests. |
info
Everywhere an operation takes a {feature}, you can pass the numeric id or the name (case-insensitive).