Skip to content

sefaertunc/cognova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognova

AI-powered test generation toolkit — MCP server for IDE integration.

What It Does

  • Generates test code from YAML scenario descriptions using Claude AI
  • Supports 25+ testing frameworks (pytest, Jest, JUnit, Playwright, Robot, etc.)
  • Learns from feedback to improve output over time
  • Repairs broken tests and self-heals after code changes

Quick Start

Add to your IDE's MCP config:

{
  "mcpServers": {
    "Cognova": {
      "command": "uvx",
      "args": ["cognova-mcp@latest"],
      "env": { "ANTHROPIC_API_KEY": "sk-ant-..." }
    }
  }
}

Then ask your IDE agent: "Initialize Cognova for this project"

Requirements

License

MIT

About

AI-powered test code generation toolkit. Describe your scenario in YAML, get production-ready tests across 25+ frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages