delete_test
Permanently remove a test and its execution history. For reversible deactivation, use the update tool instead.
Instructions
Permanently delete a test and its history. Irreversible — prefer update_test with enabled: false to deactivate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Test file name (with or without .spec.ts) | |
| confirm | Yes | Must be true to confirm deletion. Never pass true without explicit user confirmation. |