Skip to content

Commit 3b4a22b

Browse files
Add Selenium and Cucumber modules to list of test instrumentations to avoid running sample tests (#9523)
1 parent b6540f1 commit 3b4a22b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/configure_tests.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import java.time.temporal.ChronoUnit
44
def isTestingInstrumentation(Project project) {
55
return [
66
"junit-4.10",
7+
"cucumber",
78
"cucumber-junit-4",
89
"junit-4.13",
910
"munit-junit-4",
@@ -15,6 +16,7 @@ def isTestingInstrumentation(Project project) {
1516
"testng-7",
1617
"karate",
1718
"scalatest",
19+
"selenium",
1820
"weaver"
1921
].contains(project.name)
2022
}

0 commit comments

Comments
 (0)