For JUnit 5 built-in support there is an open issu...
# minutest
m
For JUnit 5 built-in support there is an open issue at https://github.com/junit-team/junit5/issues/48 . I know there are opinions on both sides for writing tests like this (I generally try and avoid it), but I have a some tests that seem to lend themselves to this way. I added a comment at https://github.com/junit-team/junit5/issues/48#issuecomment-522650226 with a basic approach for now, but interested to see if it makes sense to have something in
minutest
. The other thing I wasn't sure about (like you mentioned) is parallel test execution.