-
Notifications
You must be signed in to change notification settings - Fork 13
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
Option to write test results to a file as JSON #55
Conversation
@Rashadse let me know what you think |
nice! |
Oh good catch. Internally, elapsed time is tracked in milliseconds, I forgot to have the conversion in there. Will change |
cc @Rashadse |
Hello again, |
Interestingly, I actually can't seem to reproduce this. Is this happening reliably? What system are you on? |
I am on ubuntu |
Still can't reproduce, but try again and let me know if that helped |
what we are getting is the scientific notation of the time "elapsedTimeSeconds": 4.6e-2 |
Weird, I tried this out on ubuntu and I still can't seem to get it to spit out scientific notation. If this works for you I'll merge for now. We can circle back to it if needed. |
closes #53