generate_contract_tests
Generate comprehensive test suites for Clarity smart contracts including unit tests, integration tests, and security tests to ensure contract reliability and functionality.
Instructions
Generate comprehensive test suites for Clarity contracts including unit tests, integration tests, and security tests.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractName | Yes | Name of the contract to generate tests for | |
| scenarios | No | Specific test scenarios to include | |
| testType | Yes | Type of tests to generate |