Even better to do a quick google search: https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html
mvn -Dtest=TestCircle#mytest test Andor On Fri, Sep 20, 2019 at 11:08 PM Andor Molnar <[email protected]> wrote: > I usually use: > > mvn verify -Dtest=bar > > Which runs the entire testcase. Not sure about how to run single test > method. > > Andor > > > > On Fri, Sep 20, 2019 at 11:05 PM Michael Han <[email protected]> wrote: > >> In ant, we can execute a single test "foo" in a test case "bar" like this: >> >> *ant -Dtestcase=bar -Dtest.method=foo* >> >> What's the corresponding maven command? >> >> Cheers >> Michael. >> >
