Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: tap-plugin
-
Labels:None
-
Environment:Jenkins 1.609.1
tap-plugin - latest (but shows 1.24)
-
Similar Issues:
Description
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?
Attachments
Issue Links
- duplicates
-
JENKINS-32729 TAP Extended Test Results page does not render properly
-
- Closed
-
Always great when there are examples, specially a working and a bogus case. Trying to reproduce the issue.