Specilot is a CLI tool that simplifies unit test generation for JavaScript and TypeScript projects. With optimized AST parsing of your code tree and the power of OpenAI API, create your unit tests in seconds!
- Generates unit tests automatically
- Supports Jest framework (more tools comming soon)
- CLI-friendly and easy to integrate
npm install -g specilot
-
Insert your OpenAI API KEY in project env or your system env file SPECILOT_API_KEY = YOUR-OPENAI-API-KEY
-
specilot ./path-to-file method-name will generate .spec file with unit-tests that cover the method's logic
Apache License 2.0
Artem S. https://github.com/artdev78889