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
When passing in a pre-generated json file, the duration is for reading the file
$ gotestsum --jsonfile test_report.json ✓ . (8ms) ∅ embed_assets DONE 16 tests in 0.569s $ go-test-report < test_report.json [go-test-report] finished in 115.295321ms
⧉ Total: 16 Duration: 1ms ✓ Passed: 16 ‐ Skipped: 0 ✗ Failed: 0
If you want to show the original time it took to run the test, it needs a param
--duration 0.569
perhaps parse any "s" or "ms" suffix in the parameter, for user convenience.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When passing in a pre-generated json file, the duration is for reading the file
⧉ Total: 16 Duration: 1ms ✓ Passed: 16 ‐ Skipped: 0 ✗ Failed: 0
If you want to show the original time it took to run the test, it needs a param
--duration 0.569
perhaps parse any "s" or "ms" suffix in the parameter, for user convenience.
The text was updated successfully, but these errors were encountered: