Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-37261

cucumber-jvm reports are not showing the updated results

XMLWordPrintable

      I am not getting the latest test results in Cucumber-jvm reports. Previous execution results was shown.

      Cucumber-jvm reports version: 2.6.3

      Below is my Cucumber runner file,

      @RunWith(Cucumber.class)
      @CucumberOptions(
      features="classpath:",
      glue=

      {"stepdefinitions","helpers"}

      ,
      // plugin =

      {"pretty", "html:target/cucumber","json:target/cucumber.json"}

      ,
      plugin =

      {"pretty", "json:target/cucumber.json"}

      ,
      tags=

      {"@RegistrationForm"}

      )
      public class Runnertest
      {

      }

      Attachment containing the actual json file created.

      But you could see two feature files are executed, though i have configured only one feature in above.

            dszczepanik Damian Szczepanik
            udayanem Uday anem
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: