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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -