jeudi 1 septembre 2016

Gradle test sequence with groovy

I have a gradle build to test some groovy classes and I need to know how to run the test in an specific sequence. See the example below:

A.groovy B.groovy - if B success C.groovy - if B fail D.groovy E.groovy F.groovy

How can I configure gradle to run the classes in that specific order?

Aucun commentaire:

Enregistrer un commentaire