Skip to content

Commit

Permalink
preserve testng test order (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky authored Dec 12, 2022
1 parent 151cc06 commit 5778b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ task integrationTest(type: Test) {
testClassesDirs = project.sourceSets.integration.output.classesDirs
classpath = project.sourceSets.integration.runtimeClasspath

useTestNG()
useTestNG {
preserveOrder true
}

testLogging {
exceptionFormat = 'full'
Expand Down

0 comments on commit 5778b57

Please sign in to comment.