mardi 3 mars 2020

Run random order test class in Java project with maven

I have a java project and I have to launch the methods of a test class in random order. Is there a way to do that with Maven?

I tried with surefire and runOrder, but the configuration works with a test suite, in fact it launches the classes in random order but not the methods within them.

Aucun commentaire:

Enregistrer un commentaire