-
Notifications
You must be signed in to change notification settings - Fork 280
Sometimes CLI reporter outputs 'NaNms' #376
Comments
+1 for that. I get that every time when test case passes but when it fails it shows actual time in miliseconds (using python hooks). |
+1, the same problem, every test case:
Hooks: PHP |
Same in |
Yes, this is still an issue. I haven't got to fix it due to working heavily on #388 and #389 these days. I think the fix wouldn't be difficult. It's probably somewhere in the CLI reporter. I guess there's some formula to calculate seconds and one of the variables comes as $ coffee
coffee> undefined + 1
NaN
coffee> null + 1
1
coffee> 0 + 1
1 Also, if fixed there, it would be nice to look into the other reporters if there's not a similar bug. Would anyone of you like to work on this? |
I'll take a look, but no promises with solving it :) |
Released as v3.5.1 🎉 |
pass: GET /message duration: NaNms
The text was updated successfully, but these errors were encountered: