This repository was archived by the owner on Apr 29, 2021. It is now read-only.
Add YAML-ish durations to TAP format#177
Open
harschware wants to merge 5 commits intosstephenson:masterfrom
Open
Add YAML-ish durations to TAP format#177harschware wants to merge 5 commits intosstephenson:masterfrom
harschware wants to merge 5 commits intosstephenson:masterfrom
Conversation
|
very tasty! great job |
| status=0 | ||
| fi | ||
|
|
||
| if [[ -z $BATS_EXTENDED_SYNTAX && -n $BATS_RECORD_DURATIONS && -n $BATS_TEST_DURATION ]]; then |
There was a problem hiding this comment.
Why not just show this inline instead? Something like extending $BATS_TEST_DESCRIPTION with (duration ms: BATS_TEST_DURATION).
Or have it as an alternative to the YAML-ish output :)
yarikoptic
pushed a commit
to neurodebian/bats
that referenced
this pull request
Aug 6, 2019
…cs-fix fix doc error in fd 3 redirect-and-close example (fixes sstephenson#176)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds the ability to output test times in YAML-ish extensions, which is a format recognized by the Jenkins TAP Plugin and allows Jenkins jobs to track and display test times in builds.