-
New Feature
-
Resolution: Fixed
-
Critical
One of the major features of TAP is that you have a test plan.
If my TAP starts 1..100, but only 5 results are recorded before something broke, then I want to know about it. Likewise, if 105 results are recorded, I want some kind of error indication.
I suggest counting this as 95 skipped tests by default, possibly with an config option to treat them as failed instead.
Code changed in jenkins
User: Bruno P. Kinoshita
Path:
src/main/java/org/tap4j/plugin/TapPublisher.java
http://jenkins-ci.org/commit/tap-plugin/275c599945025e3467bb42e9d82d3089ee25dc2b
Log:
JENKINS-17960Simplify logic