Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

Implement a custom test report for Junit5 with gradle grouping the tests by Tag/Tags annotation

$
0
0

I have a java springboot application, what I'm trying to achieve is generating a unit test report that would be later integrated with jenkins to be displayed as a chart or a dashboard.

For now, I tried the default gradle ones, some custom third party libraries, what I achieved so far is generating a report and the tests are grouped by their result (passed, skipped or failed). However, I'm trying to make them be grouped by the Tag annotation, which is the thing I'm struggling with after several attempts.

This is achievable easily with TestNG using groups parameter in the Test annotation.

Any ideas how can I reach a solution?


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>