vlsi / vlsi-release-plugins

A set of plugins to simplify Gradle release tasks
Apache License 2.0
41 stars 13 forks source link

use printTestResult for all AbstractTestTasks #89

Open robstoll opened 3 months ago

robstoll commented 3 months ago

be aware of, I did not test it and made the changes via web-gui but I hope it will serve as basis for an improvement. Currently, I don't see the nice prints for a kotlin JS project (and the same would be true for other targets). Unfortunately, the kotlin people decided to create test tasks for those targets which do not inherit from Test (no idea why): image

Using AbstractTestTask could solve this.

robstoll commented 4 weeks ago

@vlsi I guess you overlooked this one. Could you take a look and let me know if something should be adjusted? Thanks