I've multiple packages with absolutely independent pieces of java code. Some packages contain tests that run 5-6 second to complete. Right now, my tests execute sequentially which takes a lot of time to complete all tests in the whole project. However, I quite sure that it's possible to execute tests in package#1/package#2/package#3/.../package#10 simultaneously.
What should I do in order that all my tests from different packages execute at the same time ( without waiting for completion of each other )?
Aucun commentaire:
Enregistrer un commentaire