-
Notifications
You must be signed in to change notification settings - Fork 23
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
need maven instructions to run Spectrum test on a multi-module project #125
Comments
got it
|
I still have an issue with the maven runs through the command line, did anyone ever test that? IDE still run correctly shows 36 tests whereas on command line
|
Please show the source of your Specs file. |
Specifically, @braghome, it would be helpful if you could share a version of our Specs file, perhaps with the contents of the tests removed if you can't share those. This will help us reproduce the issue and determine if there is a setup problem. It's also possible it could be configuration issue in one of your |
You guys are correct, I did start with some aggresive exclusions on the pom.xml which have now removed so everything on my Integration tests are now working but for command line runs which still show
whereas in the IDE the tests count is 36 and does not have any such reporting problems
I have to do the Spec in constructor as xtend language does not support intialisation blocks
|
This example https://github.com/ashleyfrieze/spectrumexample works fine... Perhaps you could create a similar working example elsewhere on GitHub that doesn't work, so we can debug it? |
I suggest a rename for this issue, since it's most likely a compatibility issue between |
@braghome - did you get any further with this? |
I have created some Spectrum test which runs correctly through the IDE
I tried both Surefire and Failsafe plugins not able to run the Spectrum suit through mvn
The text was updated successfully, but these errors were encountered: