[Cucumber-Reporting] Unable to file *.json File

1,234 views
Skip to first unread message

Russ Ray

unread,
Feb 16, 2014, 1:07:18 PM2/16/14
to cu...@googlegroups.com
I am very new to this group.  I am setting up a simple Maven, Spring Web project.  I have worked through most of the issues but the Cucumber Rerpoting issuess have me stumped. 

I am getting the following error when I run mvn "install" or "build": 

Failed to execute goal net.masterthought:maven-cucumber-reporting:0.0.4:generate (execution) on project testcucumber: Error Found:

...

Caused by: java.io.FileNotFoundException: /testcucumber/target/cucumber.json (No such file or directory)



Here are the snippet I am using in my pom file:

<plugin>
               
<groupId>net.masterthought</groupId>
               
<artifactId>maven-cucumber-reporting</artifactId>
               
<version>0.0.4</version>
               
<executions>
                   
<execution>
                       
<id>execution</id>
                       
<phase>test</phase>
                       
<goals>
                           
<goal>generate</goal>
                       
</goals>
                       
<configuration>
                           
<projectName>testcucumber</projectName>
                           
<outputDirectory>${project.build.directory}/cucumber-html-reports</outputDirectory>
                           
<cucumberOutput>${project.build.directory}/cucumber.json</cucumberOutput>
                           
<enableFlashCharts>true</enableFlashCharts>
                       
</configuration>
                   
</execution>
               
</executions>
           
</plugin>

Any help, recommendations or suggestions would be great.

Russ

aslak hellesoy

unread,
Feb 16, 2014, 2:49:52 PM2/16/14
to Cucumber Users
On Sun, Feb 16, 2014 at 6:07 PM, Russ Ray <russr...@gmail.com> wrote:
I am very new to this group.  I am setting up a simple Maven, Spring Web project.  I have worked through most of the issues but the Cucumber Rerpoting issuess have me stumped. 


The "Cucumber Reporting" tool is not made by the Cucumber team and is not supported here.

You might have better luck contacting its author for help.

Aslak
 

--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Russ Ray

unread,
Feb 16, 2014, 4:31:21 PM2/16/14
to cu...@googlegroups.com
Thank you!
Reply all
Reply to author
Forward
0 new messages