Auto-generate test inventory from source code, without CI execution
Static analysis based · Multi-language support · Start with just a GitHub URL
| Repository | Description | Stack |
|---|---|---|
| core | Tree-sitter based test parser engine (Go library + CLI) | Go, Tree-sitter |
| web | Web dashboard and REST API | Go (Chi), Next.js |
| collector | Background analysis worker service | Go, asynq |
| infra | Local dev infrastructure and DB schema management | Docker, Atlas |
| Language | Frameworks |
|---|---|
| JavaScript/TypeScript | Jest · Vitest · Playwright · Cypress · Mocha |
| Go | Go testing |
| Python | pytest · unittest |
| Java/Kotlin | JUnit 5 · TestNG · Kotest |
| C#/.NET | xUnit · NUnit · MSTest |
| Ruby | RSpec · Minitest |
| Rust | Cargo test |
| C++ | Google Test |
| PHP | PHPUnit |
| Swift | XCTest |
