Skip to content

muhammad-ali-emumba/Code-Coverage-Tool-Back-End

Repository files navigation

Code Coverage Tool For Typescript

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.

How to run this project?

  1. Clone this repository.
  2. In your terminal type "npm start" to start the project on your localhost.
  3. 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).
  4. Run the frontend by running "npm start" command in the terminal.
  5. Now, you can send your code to the backend easily.
  6. View the test cases at backend in tests/generated-tests.spec.ts file.

As this was a semester project, I'm looking forward to further improve it and any suggesstions or contributions are highly appreciated in this regard.

Thank you so much for visiting this repository, Have a great day :)

About

Code Coverage tool for typescript functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors