Maven surefire running tests in a module in parallel -
i have multimodule maven project, z (let's z having modules a, b & c). possible run tests in a in parallel when mvn test. tests in b , c should run sequentially?
i have multimodule maven project, z (let's z having modules a, b & c). possible run tests in a in parallel when mvn test. tests in b , c should run sequentially?
Comments
Post a Comment