Frage

I would like to type something like

mvn test

to run all the tests(FreeSpec tests) I have in the library. How to do this?

War es hilfreich?

Lösung

Turns out Maven actually runs test with mvn test command, but only those whose names end with "Test". I guess this mask is configurable too.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top