Improve aqa & testgen#89
Conversation
Rosetta Triage ReviewSummary: This PR extends the AQA and TestGen workflows with two complementary capabilities: a new Findings:
Suggestions:
Automated triage by Rosetta agent |
…g naming conventions of a whole workflow
Rosetta Triage ReviewSummary: This PR extends the AQA and TestGen workflows with two new capabilities: (1) a "minimal-input / agent-led" execution mode for AQA Phase 1 that allows test creation without TestRail/Confluence when the user supplies sufficient grounding; and (2) a shared MCP capability routing layer (guided vs questionnaire) driven by an optional workspace Findings:
Suggestions:
Automated triage by Rosetta agent |
Subtask 1: add a step "add a step if AI can create the test by itself, it should at least ask or have an option to fulfill the task by itself".
Done by editing the general AQA flow, phases 1 and 2 (data collection and requirements clarification) and just briefly mentioning it in phase 6 (test implementation). Tested statically, scenario-wise and manually.
Subtask 2: add different behavior in cases when the project does (not) have an option on using MCPs.
Done by editing AQA Phase 1 (data collection), Phase 6 (test implementation),testgen-flow.md, mcp-capability-interaction.md.
Subtask 3: change hardcoded names, URLs, tools and IDs to placeholders. Done.
Static validation and CI validation done.