Hi All,
Has anyone manage to run maven with failsafe plugin on Junit 5 with parallel execution ?
a
alex
10/29/2019, 7:28 PM
It simply worked out of the box when I tried several months ago. Just bump plugin/dependencies to the latest version.
alex
10/29/2019, 7:32 PM
I think I've used bunch of
junit.jupiter.execution.parallel.*
properties, that was enough
r
Ran
10/30/2019, 5:25 AM
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.
Ran
11/05/2019, 6:52 AM
@alex do you have a maven profile pom example where FailSafe plugin run in parallel ?
a
alex
11/06/2019, 2:53 PM
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.