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

Slow test that failed doesn't show the execution time #51

Closed
WaaX opened this issue Mar 16, 2018 · 3 comments
Closed

Slow test that failed doesn't show the execution time #51

WaaX opened this issue Mar 16, 2018 · 3 comments
Assignees
Labels
Milestone

Comments

@WaaX
Copy link

WaaX commented Mar 16, 2018

What I expect to see:
Test thisIsASlowTestThatFailed FAILED (9.2s)

What I see:
Test thisIsASlowTestThatFailed FAILED

@radarsh
Copy link
Owner

radarsh commented Mar 16, 2018

Can I check if you have set any value for slowThreshold at all?

@WaaX
Copy link
Author

WaaX commented Mar 16, 2018

I do, I used your exact sample configuration. I do see the execution time for the tests that passed.

In this screenshot, the failed test took more than 1min to run. The succcessfull one shows the execution time but not he failed test.
screenshot2018-03-16at11 15 35am

@radarsh
Copy link
Owner

radarsh commented Mar 16, 2018

OK, thanks for this info @WaaX. I just realised that the display of duration was never implemented for failed and skipped tests. I'll implement this.

@radarsh radarsh self-assigned this Mar 16, 2018
@radarsh radarsh added this to the 1.2.0 milestone Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants