We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, Quickdraw doesn't provide any stats on how long the test run took to execute, only the numbers of passed, failed, and errored cases:
Passed: 582 | Failed: 0 | Errors: 0
In contrast, MiniTest shows these numerical stats as well as time stats:
Finished in 0.003596s, 81201.3369 runs/s, 162124.5870 assertions/s. 292 runs, 582 assertions, 0 failures, 0 errors, 0 skips
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, Quickdraw doesn't provide any stats on how long the test run took to execute, only the numbers of passed, failed, and errored cases:
In contrast, MiniTest shows these numerical stats as well as time stats:
The text was updated successfully, but these errors were encountered: