java - Find out the list of tests that are skipped -
I have a large project that has multiple tests left (either by MVN or using @nonymous annotation By)
Something like this:
mvn test - Show-skipped-tests
You can see the Fixed Report Plugin:
This displays the tests that were omitted.
Comments
Post a Comment