Automated Test Generation
- 1 minA program to analyse javascript functions and automatically generate test cases for them based on their Abstract Syntax Tree. The generated test cases have a 100% branch and statement coverage.
Technology Stack
- Node.js
- Esprima Parser
- Istanbal
Check it out here.