I'm trying to run JUnit Test parallel with Docker. I use a database instance which stored on Amazon AWS RDS. I should run the database instance in a seperate Docker Image. The plan is to run every JUnit test in it's own Docker instance.
Currently I have my jar-File with all my Unit-Tests, including Maven Configuration, Git and Jenkins. I tried to run my jar-File in a Docker Container, which was successful. Are there any existing plugins out there for maybe Jenkins or Maven that can help me execute my tests in parallel?
Any tipps or references would be really appriciated. : )
Thanks,