Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top