aetherr-agency/Test Quality Analysis
Analyze the quality of your test files with AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | Your OpenAI API key | yes | — |
| github_token | Your GitHub token | no | — |
| batch_size | The number of files to process in each batch | no | 5 |
| model | The model to use for the test files | no | gpt-4o-mini |
| temperature | The temperature to use for the test files | no | 0.5 |
| test_files | Whitespaces separated list of glob patterns to find test files | no | **/*.test.ts |
| only_changed_files | Only analyze test files that have been changed in the PR | no | true |
Outputs
| name | description |
|---|---|
| summary | The summary of the test files |
| detailed_report | The detailed report of the test files |
| markdown_comment | The markdown comment to post to the PR |