Show HN: Testeranto β the AI driven test framework for TypeScript projects
Published on: 2025-06-24 07:15:48
testeranto
π§ WARNING: Testeranto is still under development and is not ready for production yet. π§
home: adamwong246.github.io/testeranto
source: github.com/adamwong246/testeranto
npm: npmjs.com/package/testeranto
dev: github.dev/adamwong246/testeranto
example repo: kokomo bay
Demo
What is testeranto?
Testeranto.ts an AI-first, Acceptance Test Driven Development (ATDD) framework for typescript projects.
Testeranto produces test results which can be fed to Aider.ai to automatically fix failing tests.
Testeranto tests are specified in a strongly-typed gherkin-like syntax. Rather than testing your code directly, Testeranto requires you wrap your code with a semantic interface which is based on TS type signatures.
Testeranto can be run in the frontend or the backend, or both.
Testeranto can be used to test anything that can be bundled with esbuild.
tech of note
... Read full article.