-
Notifications
You must be signed in to change notification settings - Fork 18
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
Gauge Specs execution failed. null: GaugeExecutionFailedException #71
Comments
Can you try running |
It works hurray and how can I supress all the reflection errors like:
|
Hello @sriv : I am new to Gauge as well, when I ran some existing project, it's failing with <Failed to execute goal com.thoughtworks.gauge.maven:gauge-maven-plugin:1.4.1:execute (default) on project (I think): Gauge Specs execution failed. null> in my case the project was set up in a structure like this: specs: // when I run with page1 as param, I am getting above failure; additionally, when I run different test suites with different tags, and it works for some. I can vaguely tell it should be about the test cases under certain folder, but I cannot tell, where the issue is, because I don't see any complaint from IDE, abut syntactical issue. would like to hear your opinion if possible. thanks |
@tdauth sorry, had to ask under your question, since we faced similar issue (from where I look ) |
Hi,
I have setup my existing Java project with Gauge. When I use maven to execute the Gauge target with the following command:
mvn gauge:execute -DspecsDir=specs/example.spec
I get the following error:
I tried to use older versions of the gauge maven plugin which still lead to exceptions (but maybe different ones). The error message is not meaningful to me and I don't know what to do. I is an existing Java project which I have initialized using gauge init. There are many additional classes in packages below the StepImplementation class and NOT in the "lib" folder. I want to use those classes later in the StepImplementation class. Maybe this is a problem?
The text was updated successfully, but these errors were encountered: