-
Bug
-
Resolution: Fixed
-
Major
Since 1.9, it is not possible to drill into the actual fitnesse results as seen in the screenshot at https://wiki.jenkins-ci.org/display/JENKINS/Fitnesse+Plugin?focusedCommentId=59511579#comment-59511579
The "Details" link is still there, but
- when clicking on it, it takes ages until the page is rendered
- the resulting page only shows a green or a red bar, not the actual test steps
This makes it practically unusable to understand where and why a testcase actually failed.
Since 1.9 there is another column "Details-Remote", which displays the following for me (example):
TravelDemoCore.SuiteUseCases.TestkStartUmlRunner?pageHistory&resultDate=
Note that it doesn't have a resultDate value. Maybe that's the reason for the problem?
I'm using 1.11 now and it works again for me. Performance is still sometimes bad, but not always, so I'm resolving this. Thanks.