A simple code coverage tool which is built for automating white box testing for typescript codes. This is a basic tool which only works for simple typescript functions which have number, string, boolean and array as function parameteres.
- Clone this repository.
- In your terminal type "npm start" to start the project on your localhost.
- Now, clone the frontend of this project https://github.com/alicodes02/Code-Coverage-Tool-Front-End.git (Detailed instructions for running the frontend are present in the frontend readme file).
- Run the frontend by running "npm start" command in the terminal.
- Now, you can send your code to the backend easily.
- View the test cases at backend in tests/generated-tests.spec.ts file.