-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to execute goal com.thoughtworks.gauge.maven:gauge-maven-plugin:1.4.3:execute (default-cli) on project gurutest-gauge: Gauge Specs execution failed. null: GaugeExecutionFailedException -> [Help 1] #8
Comments
This is pom.xml
|
Hi @tyagiprince2010 - Can you please check these:
|
Hi @sriv,
Its a different error. maybe its because it was expecting an identifier which I didnt pass somehow. |
ok, so it seems that we'll need a project to replicate this. Do you have a sample project that we can use to replicate and verify this fix? From the logs it seems that maven plugin is unable to execute gauge and the error isn't getting surfaced properly. |
@sriv can it be because of this?
|
I think not. ParseError would cause that spec alone to be skipped. Rest should run as expected. In anycase there should not be an exception as reported by you. |
@sriv I tried by fixing the parsing errors and it works now. |
That's good to know. The only way to skip specs is if you filter it out using tags. But in any case, I don't think gauge-maven-plugin should throw that error. Hence, I am keen to fix this. But I am unable to replicate it, unfortunately. |
Hello, I am running into the same problem when running the command:
I setup a Gauge project on an existing Java project.
And my dependency in the pom.xml:
This is my error output:
A different more meaningful error output would cerainly help me. Btw, I get lots of warnings with ReflectionsExceptions like this:
|
Gauge version:
I ran this command
COUNTRY=SG ENVIRONMENT=staging RESPONSIVE_SCREEN_DEVICE=Desktop gauge_custom_build_path=./target/classes gauge_additional_libs=./target/dependency-jars runDocker=yes mvn -X -e gauge:execute -DspecsDir=specs/ -DinParallel=true -Dnodes=10 -Dtags="SERVICE=agent-contentvalidator®ION=SG&TYPE=api&TEST=smoke,\!in-progress,\!EXCLUDE=staging" -Dflags=--env=staging
The reports got generated but then i got this error.
The text was updated successfully, but these errors were encountered: