We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36224b0 commit c759752Copy full SHA for c759752
build.gradle
@@ -57,9 +57,6 @@ dependencies {
57
testImplementation("com.vaadin:vaadin-testbench-junit5:$vaadinVersion")
58
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
59
}
60
-tasks.test.configure {
61
- failOnNoDiscoveredTests = false
62
-}
63
// This task runs all tests (unit + integration) when -Pit is passed
64
tasks.register('integrationTest', Test) {
65
description = 'Runs all tests including TestBench (enabled only with -Pit)'
0 commit comments