Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
Sarthak160 opened this issue Apr 16, 2024 · 0 comments · May be fixed by #1829
Open
1 task done

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

Sarthak160 opened this issue Apr 16, 2024 · 0 comments · May be fixed by #1829
Labels
CLI Keploy CLI Enhancement New feature or request Good First Issue Good for newcomers

Comments

@Sarthak160
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing issues

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

@Sarthak160 Sarthak160 added Enhancement New feature or request Good First Issue Good for newcomers labels Apr 16, 2024
@Sarthak160 Sarthak160 added CLI Keploy CLI and removed keploy labels Apr 16, 2024
@Yaxhveer Yaxhveer linked a pull request Apr 16, 2024 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Keploy CLI Enhancement New feature or request Good First Issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant