Skip to content

feat: add AI test case generation with Ollama - #11

Open
d-claro wants to merge 1 commit into
mainfrom
feature/ai-test-generation
Open

feat: add AI test case generation with Ollama#11
d-claro wants to merge 1 commit into
mainfrom
feature/ai-test-generation

Conversation

@d-claro

@d-claro d-claro commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

What was done

  • Added AI-powered test case generation using Ollama and Llama 3.2
  • Added generate-test command that creates a complete test case from a feature description
  • Added Generate Test Case with AI option to the Test Cases submenu
  • IDs are generated automatically based on existing test cases

New Command

  • generate-test — generates a test case using AI based on a feature description

How it works

  • User describes the feature to test in natural language
  • Ollama generates a complete test case with title and steps
  • User reviews the generated test case before saving
  • If confirmed, the test case is saved to test_cases.json with an auto-generated ID
  • The generation event is logged in history.json automatically

Notes

  • Requires Ollama installed and running (ollama serve)
  • Uses Llama 3.2 model running locally — no data leaves the machine
  • Open for suggestions and feedback from the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant