Is there a way to have nested tests like JUnit 5 in Spock?
There are a lot of tests for a particular class and I want to group them for better understanding and easy viewing.
JUnit offers Nested tests (https://junit.org/junit5/docs/current/user-guide/#writing-tests-nested). So I was wondering if, I could do something similar in Spock or use Spock in conjunction with JUnit 5.