-
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
Suppress jqwik output #85
Comments
This is explicitly enabled in |
It looks like it was enabled in 5833b94 @mauricioaniche Do you know why that could be? |
I think we wanted the message from jqwik when the property failed. But not the extra useless info that it prints when running the tests. Does that make sense? |
Guys, I think we could solve this by also solving a more general problem. Right now, we can run Andy through WebLab, through the Maven plugin or the command line/IntelliJ. But I think it's unclear how it is run. Perhaps we could specify a "runner" system property that:
Then, we could set |
I don't see how this would be useful here - we don't need to print this information regardless of the environment. |
The reason why I enabled I also posted an issue about it on JQWik GitHub page: Maybe by utilizing the other method suggested by the author of JQWik, we could extract only the relevant parts of the message. |
Is this ticket still valid? |
jqwik prints its output to the console and this output is not suppressed, which fills up the console when running property-based tests via the maven plugin
The text was updated successfully, but these errors were encountered: