update_test_case_bdd
Update an existing test case with BDD content in markdown format (converted to Gherkin). Optionally update the test case name while preserving other fields.
Instructions
Update an existing test case with BDD content. Optionally update the test case name. Unspecified fields are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New test case name (optional) | |
| bdd_content | Yes | BDD content in markdown format (will be converted to Gherkin when possible) | |
| test_case_key | Yes | Test case key to update |