run_tests
Execute Soroban contract tests with cargo test and receive structured pass/fail results including test name, status, duration, and failure messages.
Instructions
Runs the Soroban contract test suite with cargo test. Returns a structured pass/fail report (test name, status, duration, failure message).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional test name filter — passed to `cargo test <filter>` | |
| project_path | Yes | Absolute or relative path to the Soroban contract project directory (contains Cargo.toml) |