keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

Normalise #1859

Closed charankamarapu closed 1 week ago

charankamarapu commented 2 weeks ago

Related Issue

Closes: #1854

Describe the changes you've made

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

  1. Added normalisation cmd
  2. Implemented normalisation in replay service.
  3. Normalisation reads final report and update the test-cases if they are failed
  4. Added option to mentioned report to be used and the test-cases to be normalised

use keploy normalise --help to find how to use the normalisation command.

Type of change

Please let us know if any test cases are added

Please describe the tests(if any). Provide instructions how its affecting the coverage.

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Checklist:

Screenshots (if any)

Original Updated
original screenshot updated screenshot
gouravkrosx commented 1 week ago

LGTM!