Bug Test Cases Generator
Generates manual test cases for a bug (TestCasesGenerator job) and moves the ticket through the testing statuses.
Human doc: agents/docs/agents/bug_test_cases_generator.md
Attributes
| Attribute | Value |
|---|---|
| Job | TestCasesGenerator |
| Config | bug_test_cases_generator.json |
| ContextId | — |
| outputType | creation |
| skipAIProcessing | false |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/bug_test_cases_generator.md
Actions
preJSAction: moveToReadyForTesting.js
Move To Ready For Testing Action (postJSAction for test_cases_generator)
- Source:
agents/js/moveToReadyForTesting.js - No detected file I/O or side effects.
postJSAction: moveToDone.js
Move To Done Action (postJSAction for bug_test_cases_generator)
- Source:
agents/js/moveToDone.js - Side effects:
- remove label “sm_bug_test_cases_triggered”
- post Jira comment
LLM step
- outputType:
creation - Prompt snapshot:
agents/snapshots/bug_test_cases_generator.md
Generated by js/agentDocGenerator.js