sourcefuse/Create Unit Test Cases Via AI
A GitHub Action to create unit test cases via ai.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | — | yes | — |
| JIRA_API_TOKEN | — | yes | — |
| OPEN_ROUTER_API_KEY | — | yes | — |
| PAT_TOKEN | — | yes | — |
| AWS_ACCESS_KEY_CLAUDE | — | yes | — |
| AWS_SECRET_KEY_CLAUDE | — | yes | — |
| AWS_REGION_CLAUDE | — | yes | — |
| CLAUDE_MODEL_NAME | — | no | claude-3-haiku-20240307 |
| CONFLUENCE_URL | — | yes | — |
| ENABLE_CLAUDE | — | no | true |
| JIRA_EMAIL | — | yes | — |
| JIRA_PROJECT_KEY | — | yes | — |
| JIRA_TICKET_ID | — | yes | — |
| JIRA_URL | — | yes | — |
| OPEN_ROUTER_API_URL | — | yes | — |
| OPEN_ROUTER_MODEL | — | yes | — |
| REPO_PATH | — | yes | — |
| JIRA_MARKDOWN_FILENAME | — | no | Jira.md |
| PROJECT_MARKDOWN_FILENAME | — | no | Project.md |
| JIRA_MAX_RESULT | — | no | 10 |
| JIRA_FETCH_FIELDS | — | no | key,summary,description,issuetype,priority,status |
| CONFLUENCE_PAGE_LIMIT | — | no | 100 |
| CONFLUENCE_FILTER_ENABLED | — | no | true |
| STOP_ON_AI_ERROR | — | no | true |
Outputs
| name | description |
|---|---|
| comment_body | The body of the output from the script. |