Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
create-unit-test | Create a unit test for the given code |
create-component-test | Create a test for a React component |
fix-failing-test | Fix a failing test |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
templates-index | |
docs-index | |
Jest Component Test Template | Template for Jest React component tests |
Jest Unit Test Template | Template for Jest unit tests |
Cypress Component Test Template | Template for Cypress component tests |
Jest Documentation | Documentation for Jest testing framework |
Cypress Documentation | Documentation for Cypress testing framework |
React Testing Library Documentation | Documentation for React Testing Library |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
analyzeCode | - |
generateTest | - |
runTest | - |
testReactComponent | - |