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):
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):Using AbstractTestTask could solve this.