Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] maven-cucumber-reporting for Travis CI

I am pretty sure that this is a maven-cucumber reporting issue, not a Travis CI issue. I say that because the issue also pops up for me whenever I run my selenium java test via Eclipse (or command line) as a maven test.

So it is either a maven issue..or a cucumber issue that is pretty much guaranteed. Any other maven (reporting) list that you think may be able to help?


Thanks.

On Mon, Aug 29, 2016 at 3:13 PM, Matthew Piggott <mpiggott@xxxxxxxxxxxx> wrote:

Maybe ask the tracks CI people? This list is for maven integration in eclipse


On 29 Aug 2016 4:34 pm, "Kashif BHATTI" <kashifzone@xxxxxxxxx> wrote:
Hello everyone,

I am running a Selenium JAVA test with maven and when I run the project as a Maven test it runs all the tests practically just fine. However there are two major issues that I need help with

1. at the end of every run I get this..no clue why:
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,257.786 sec - in RunnerClass.CucumberRunnerTest
Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
2. I keep getting a BUILD failure..and I believe the reason is that it says could Could not parse build number: ${${build.number}}. when it is about to generate a Cucumber report. "Failed to execute goal net.masterthought:maven-cucumber-reporting:2.0.0:generate (execution)..."

I also see the report getting generated but the Build keeps failing which throws everyone on the team off. I'm also attaching my POM.xml here. Any help on these 2 issues would be greatly appreciated.


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top