renatoathaydes / spock-reports

This project creates a global extension to Spock to create test reports.
Apache License 2.0
273 stars 68 forks source link

Group and/or exclure tests by annotation #249

Open tfij opened 1 year ago

tfij commented 1 year ago

I'd like to group tests by annotation, e.g. into business test cases and technical details tests. Based on this I'd like to exclude technical tests when generating a report for business users (or at least mark whether a test is technical details spec or not).

renatoathaydes commented 1 year ago

I think this would be interesting to do, based on test categories from JUnit:

https://blog.pchudzik.com/201701/spock-groups/