Skip to content
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

Generate reports when <testFailureIgnore>true</testFailureIgnore> is set to false #54

Closed
airyz opened this issue Nov 29, 2016 · 6 comments

Comments

@airyz
Copy link

airyz commented Nov 29, 2016

The problem:
When I use true as suggested in README then I get the report but the BUILD is successful on CI even when the scenarios fail.

On the other hand if we use false then reports are not created at all.

Is there any suggested solution?

@damianszczepanik
Copy link
Owner

Looks like this flag is not supported any more and the README file was not updated....

The approach for setting build failed or passed has been changed recently and maybe it is not fully supported by maven plugin

@damianszczepanik
Copy link
Owner

README is updated now, flag is not supported any more

@airyz
Copy link
Author

airyz commented Dec 5, 2016

@damianszczepanik Any suggested solution though for this? Without that flag the reports are not generated if the Build failed.

@damianszczepanik
Copy link
Owner

If the report is not generated it means that you passed wrong path with jcon report. I could generate the report

@shohilbagdai
Copy link

Hey Airyz.
I am facing the same issue, is it working for u now?
if yes pls let me know how

@cbaldan
Copy link

cbaldan commented Sep 25, 2017

@airyz @shohilbagdai seems the solution would be using the maven failsafe plugin.
Take a look at #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants