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

[feature]: log time in the cli results after a test run #1826

Open Sarthak160 opened 1 month ago

Sarthak160 commented 1 month ago

Is there an existing feature request for this?

Summary

Its good to log the time taken by keploy to test the application. We can calculate the time taken by each test run, and maintain a list structure. Final summary could look like.

` COMPLETE TESTRUN SUMMARY. Total tests: 7 Total test passed: 1 Total test failed: 6

    Test Suite Name         Total Test      Passed          Failed       Time taken 

    "test-set-3"            7               1               6               1:00 min

Why should this be worked on?

I It will give the idea that how long it took for a complete test run.

Repository

keploy