Replies: 1 comment 1 reply
-
We've already decided to change under what circumstances these durations are printed, see #1668. Your use case doesn't fall within those constraints. I understand what you're trying to do here, but on the other hand, we can't provide you with all the tools you might need to debug a failing test. This is easily dealt with by adding debugging code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to check if https://github.com/szmarczak/http2-wrapper/runs/1895479368?check_suite_focus=true#step:4:231 was caused by too small timeout or a bug in my code. If it took ~500ms, then I need to increase the timeout. If it's lower than 400ms, it's a bug in my code.
AVA has no such feature. It only displays time for tests that passed.
ava/lib/reporters/default.js
Lines 620 to 637 in d8b1e89
with
Beta Was this translation helpful? Give feedback.
All reactions