Skip to content

Commit 6d984b0

Browse files
committed
Include plugin and testng.xml in gradle setup
1 parent 1a473a4 commit 6d984b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

junit-vs-testng/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id "java"
3+
id "io.qameta.allure" version "2.12.0"
34
}
45

56
jar {
@@ -24,6 +25,7 @@ test {
2425
}
2526

2627
useTestNG() {
28+
suites 'src/test/resources/testng.xml'
2729
if (project.hasProperty("groups")) {
2830
includeGroups "$groups"
2931
}

0 commit comments

Comments
 (0)