generate_component_test
Generate comprehensive component tests for React Native, including unit, integration, and e2e tests with accessibility, performance, and snapshot options.
Instructions
Generate comprehensive React Native component tests following industry best practices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_code | Yes | React Native component code to generate tests for | |
| component_name | Yes | Name of the component | |
| test_type | No | Type of tests to generate | comprehensive |
| testing_framework | No | Testing framework preference | jest |
| include_accessibility | No | Include accessibility tests | |
| include_performance | No | Include performance tests | |
| include_snapshot | No | Include snapshot tests |