Skip to content
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

Add optional duration and executionTime parameters #43

Closed
wants to merge 1 commit into from

Conversation

afbjorklund
Copy link
Contributor

When reporting results from a previously recorded test run,
rather than streaming the results from a test being run now.

Closes #21

When reporting results from a previously recorded test run,
rather than streaming the results from a test being run now.
@afbjorklund
Copy link
Contributor Author

afbjorklund commented Dec 21, 2021

One could consider having both of these two, in the same feature:

ls --full-time test.json

go-test-report -e "date goes here" <test.json

Like --input test.json, would use the modification date of that file.


The duration would still have to be reported separately, though.

It is not being recorded, in the JSON output from go test -json

@afbjorklund
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need (optional) parameter for test duration
1 participant