Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankovurru committed Sep 4, 2024
1 parent a7bef0c commit 1d1d196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ task androidTest(type: Test) {
group = 'Android'
description = 'Run TestNG Android suite'
useTestNG {
suites 'src/main/java/com/company/project/resources/testNG_Android.xml'
suites 'src/test/resources/testNG_Android.xml'
}
}

task iOSTest(type: Test) {
group = 'iOS'
description = 'Run TestNG iOS suite'
useTestNG {
suites 'src/main/java/com/company/project/resources/testNG_IOS.xml'
suites 'src/test/resources/testNG_IOS.xml'
}
}

0 comments on commit 1d1d196

Please sign in to comment.