[JIRA] (JENKINS-37261) cucumber-jvm reports are not showing the updated results

2016-09-08 Thread anemuda...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uday anem closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Added my comments  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-37261  
 
 
  cucumber-jvm reports are not showing the updated results   
 

  
 
 
 
 

 
Change By: 
 Uday anem  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37261) cucumber-jvm reports are not showing the updated results

2016-09-08 Thread anemuda...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uday anem commented on  JENKINS-37261  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: cucumber-jvm reports are not showing the updated results   
 

  
 
 
 
 

 
 Lately i noticed, some how the maven repository(cucumber.json) is not update in my "C:\Users\user\.m2" folders, so the reason cucumber-reports are unable to pick the latest cucumber.json file. Rather than maven repository i configured to "my project path/target/cucumber.json" and it stared showing the accurate results.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37261) cucumber-jvm reports are not showing the updated results

2016-08-08 Thread anemuda...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uday anem updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37261  
 
 
  cucumber-jvm reports are not showing the updated results   
 

  
 
 
 
 

 
Change By: 
 Uday anem  
 

  
 
 
 
 

 
 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.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an 

[JIRA] (JENKINS-37261) cucumber-jvm reports are not showing the updated results

2016-08-08 Thread anemuda...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Uday anem created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37261  
 
 
  cucumber-jvm reports are not showing the updated results   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Damian Szczepanik  
 
 
Attachments: 
 cucumber.json, Jenkins.png  
 
 
Components: 
 cucumber-reports-plugin  
 
 
Created: 
 2016/Aug/08 5:41 PM  
 
 
Environment: 
 Cucumber - JAVA - Maven, Jenkins  
 
 
Labels: 
 cucumber-jvm  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Uday anem  
 

  
 
 
 
 

 
 I am not getting the latest test results in Cucumber-jvm reports. Previous execution results was shown. 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.