You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I write my test outputs to .tap files and run the formatter as a separate process. In that case I would like to be able to end the file with an indicator for the time duration. For example:
1..42
# tests 42
# pass 40
# fail 2
# time 1024
It would be nice if the test duration could be written straight to the TAP output and that the spec formatter would listen to that when present instead of measuring its own time.
Sometimes I write my test outputs to
.tap
files and run the formatter as a separate process. In that case I would like to be able to end the file with an indicator for the time duration. For example:It would be nice if the test duration could be written straight to the TAP output and that the spec formatter would listen to that when present instead of measuring its own time.
The text was updated successfully, but these errors were encountered: