-
Bug
-
Resolution: Not A Defect
-
Major
-
None
-
Jenkins 1.609.1
tap-plugin - latest (but shows 1.24)
Any time simple yaml is included in the tap results, the TAP Extended Results shows raw html instead of a table.
This works:
TAP version 13 1..4 ok 1 JSHint | app.js: should pass jshint ok 2 JSHint | components/cars.js: should pass jshint not ok 3 JSHint | components/trucks.js: should pass jshint ok 4 JSHint | components/cycles.js: should pass jshint
This does not (see attached picture of failure):
TAP version 13 1..4 ok 1 JSHint | app.js: should pass jshint # skip this has known errors ok 2 JSHint | components/cars.js: should pass jshint # TODO uncomment the code not ok 3 JSHint | components/trucks.js: should pass jshint --- message: 'an error occured' ... ok 4 JSHint | components/cycles.js: should pass jshint
I think I am using the download from 'latest', but it shows 1.24 in Jenkins. Maybe this is different than https://issues.jenkins-ci.org/browse/JENKINS-32729?
- duplicates
-
JENKINS-32729 TAP Extended Test Results page does not render properly
- Closed