Skip to content

Commit 71742f1

Browse files
Add Selenium module to list of test instrumentations to avoid running sample tests
1 parent 8af0a42 commit 71742f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/configure_tests.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def isTestingInstrumentation(Project project) {
1515
"testng-7",
1616
"karate",
1717
"scalatest",
18+
"selenium",
1819
"weaver"
1920
].contains(project.name)
2021
}

0 commit comments

Comments
 (0)