We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6540f1 commit 3b4a22bCopy full SHA for 3b4a22b
gradle/configure_tests.gradle
@@ -4,6 +4,7 @@ import java.time.temporal.ChronoUnit
4
def isTestingInstrumentation(Project project) {
5
return [
6
"junit-4.10",
7
+ "cucumber",
8
"cucumber-junit-4",
9
"junit-4.13",
10
"munit-junit-4",
@@ -15,6 +16,7 @@ def isTestingInstrumentation(Project project) {
15
16
"testng-7",
17
"karate",
18
"scalatest",
19
+ "selenium",
20
"weaver"
21
].contains(project.name)
22
}
0 commit comments