Automates the generation of Jira/Xray test cases by integrating Jira knowledge with Google Gemini's AI capabilities.
The QA Autopilot addresses the tedious and time-consuming process of manual test case creation in Jira. Inspired by the Model Context Protocol (MCP) concept, this command-line tool acts as a smart bridge: it connects to Jira to extract full context from a user story, sends this information to Google Gemini (via Vertex AI) with a QA-focused prompt, and then generates a detailed set of Gherkin-formatted test cases. Finally, it automatically creates these test cases as 'Test' issues in Jira/Xray, linking them to the original user story. This empowers QA analysts to focus on strategic tasks like exploratory testing and risk analysis, as they only need to review, adjust, and approve the AI-generated cases.