Skip to content

Commit 5c673ed

Browse files
committed
Added parallelisation options to build.gradle
1 parent 41942d3 commit 5c673ed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,9 @@ publishing {
6262
}
6363

6464
tasks.named('test') {
65-
useTestNG()
65+
useTestNG() {
66+
suites 'src/test/resources/conf/testng.xml'
67+
parallel = 'methods'
68+
threadCount = 30
69+
}
6670
}

0 commit comments

Comments
 (0)