generate_component_test
Generate comprehensive React Native component tests with support for unit, integration, e2e, accessibility, performance, and snapshot tests using Jest, Detox, or Maestro.
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 |