• Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • fitnesse-plugin
    • None

      At the moment when Fitnesse tests are being executed all you see is the below Console Output:

      Started by user helloworld
      Building on master
      No emails were triggered.
      hudson.plugins.fitnesse.FitnesseBuilder:

      {fitnesseTargetPage=AAA.BBB.CCC.DDD, fitnesseTargetIsSuite=true, fitnesseHost=myhost123, fitnesseHttpTimeout=1200000, fitnessePortRemote=8085, fitnesseStart=False, fitnessePathToXmlResultsOut=fitnesse-results.xml}

      Connnecting to http://myhost123:8085/AAA.BBB.CCC.DDD?suite&format=xml
      Connected: 200/OK

      This does not indicate how many tests have been executed, how many have passed or failed while the tests are being executed.

      Adding the ability to display the test results while they are being executed would prove most beneficial.

          [JENKINS-12380] Display results whilst build is in progress

          This would require using the nochunk parameter and then it has been just recently fixed to match the documentation. Using current/previous FitNesse releases one should use noChunk, I guess.

          Stanimir Stamenkov added a comment - This would require using the nochunk parameter and then it has been just recently fixed to match the documentation. Using current/previous FitNesse releases one should use noChunk , I guess.

          Discard my previous comment about the nochunk parameter. It should be the other way round, but it seems using format=xml always spits the output after all suite passes.

          Stanimir Stamenkov added a comment - Discard my previous comment about the nochunk parameter. It should be the other way round, but it seems using format=xml always spits the output after all suite passes.

          Serge Zukov added a comment - - edited

          Just to throw an idea:
          In theory this could be achieved by using text format when querying test execution.
          The problem is that FitNesse does not support REST calls for retrieving latest test result therefore showing current nice report will not be possible.

          Serge Zukov added a comment - - edited Just to throw an idea: In theory this could be achieved by using text format when querying test execution. The problem is that FitNesse does not support REST calls for retrieving latest test result therefore showing current nice report will not be possible.

            Unassigned Unassigned
            ashokm Ashok Manji
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: