Parallel test suites
esfomeado opened this issue · 3 comments
esfomeado commented
Any plans on supporting parallel test suites?
Thanks
antoinemeyer commented
I have a few ideas on how to make that work.
I'll dig into it when I have some time
antoinemeyer commented
Any plans on supporting parallel test suites?
Thanks
Parallel test support has been implemented (see #11) in the following version (available on maven central):
<dependency>
<groupId>com.teketik</groupId>
<artifactId>mock-in-bean</artifactId>
<version>boot2-v2.0-RC</version>
</dependency>
Note that it will remain in release candidate for some time but should be stable. (I will close that issue once I merge to master and deploy 2.x
).
Please let me know if that works out and if you face any issue or have any question!
esfomeado commented
Thanks for you work.
Cheers.