Hi All, Has anyone manage to run maven with failsa...
# build-tools
r
Hi All, Has anyone manage to run maven with failsafe plugin on Junit 5 with parallel execution ?
a
It simply worked out of the box when I tried several months ago. Just bump plugin/dependencies to the latest version.
I think I've used bunch of
junit.jupiter.execution.parallel.*
properties, that was enough
r
I did, but no parallelisem in the test run, Did with junit 5.5.2, failsafe 2.22.2 and failsafe 3.0.0-M3 With the config parameters with parallizem enabled and with number of threads.
@alex do you have a maven profile pom example where FailSafe plugin run in parallel ?
a
Sadly not, I've toyed with parallel execution on local machine and decided not to use this feature, because it'll be deployed via TravisCI, and also because my integration tests are fast enough.