Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top