Skip to content

bastheboss7/GenAI-Jira-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 GenAI User Story to Test Case Generator

Bridging the gap between Product Requirements and Quality Assurance with LLMs.

React Node.js TypeScript Jira Groq


🌟 The Vision

Manual test case creation from Jira tickets is time-consuming and prone to human error. This application automates the transition from User Story to Structured Test Suite by leveraging High-Performance LLMs (Groq API). It ensures 100% acceptance criteria coverage in seconds.

✨ Key Features

  • 🔗 Seamless JIRA Integration: Fetch user stories, descriptions, and acceptance criteria directly via Jira API.
  • 🧠 Intelligence Layer: Powered by Groq API for ultra-fast, structured test case generation.
  • 📋 Modern UI: Built with React & Vite for a snappy, responsive consultant-grade experience.
  • 🛡️ Type-Safe Backend: Node.js/Express backend fortified with Zod for strict data validation.

graph LR
    A[Jira API] -->|Fetch Story| B[Express Backend]
    B -->|Prompt Engineering| C[Groq LLM]
    C -->|Structured JSON| B
    B -->|API Response| D[React Frontend]
    D -->|Edit/Export| E[QA Team]
    
    style C fill:#f96,stroke:#333,stroke-width:2px
    style D fill:#61DAFB,stroke:#333
Loading

📺 Video Demo

Watch a demo of the app in action:

▶️ Click here to view the video demo

About

A full-stack app to convert user stories into structured test cases using LLMs, with React frontend and Node.js/Express backend.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors