-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins: Ubuntu 13
Slave: Ubuntu 11, phpunit, tap report
Tap Plugin add failed test data to ALL successful tests after the failed one.
Tap Example:
ok 42 - S::test_1
ok 43 - S::test_2
not ok 44 - Failure: test_3
—
message: 'Failed asserting that Y matches expected X.'
severity: fail
data:
got: Y
expected: X
...
ok 45 - S::test_4
ok 46 - S::test_5
ok 47 - S::test_6
ok 48 - S::test_7
Hi Moshe, thanks for reporting. I intend to rewrite the whole custom UI in tap-plugin. At moment it's using some old Jelly that I wrote while quickly-prototyping the plug-in idea. I want to migrate it to groovy and use more Jenkins built-in code, rather than reinventing the wheel. Will try to cut a new release by the next weekend or the next week or so.