You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had much time looking at this project lately. For test errors it should be possible to parse the returned junit xml from buster and print out some sort of summary before the exception is thrown.
Check out the following two classes. Shouldn't be to hard improving the error reporting (all errors are still logged in the resulting junit xml, but a nicer summary in the console would be good).
Currently you get:
Process 'command 'buster'' finished with non-zero exit value 1
Which doesn't convey whether it was a test that failed or something else.
Probably a good idea to have a look at the java plugin test reporter for inspiration.
The text was updated successfully, but these errors were encountered: