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 01ae48f commit e3ef435Copy full SHA for e3ef435
ui-tests-starter/build.gradle.kts
@@ -35,5 +35,5 @@ tasks.test {
35
36
useJUnitPlatform()
37
38
- systemProperty("ui.test.plugins", testPlugins.map { it.asPath })
+ systemProperty("ui.test.plugins", testPlugins.get().asPath)
39
}
0 commit comments