File tree Expand file tree Collapse file tree 12 files changed +12
-0
lines changed
authentication/remember-me Expand file tree Collapse file tree 12 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
3838 testImplementation " org.junit.jupiter:junit-jupiter-api"
3939
4040 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
41+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
4142}
4243
4344tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies {
3333 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
3434
3535 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
36+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3637
3738 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
3839}
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
3232 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
3333
3434 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
35+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3536}
3637
3738tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
3030 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
3131
3232 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
33+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3334
3435 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
3536}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
3030 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
3131
3232 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
33+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3334
3435 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
3536}
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
3232 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
3333
3434 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
35+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3536
3637 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
3738}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ dependencies {
5858 testImplementation ' org.awaitility:awaitility:4.2.1'
5959
6060 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
61+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
6162}
6263
6364tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ dependencies {
4545 testImplementation " org.assertj:assertj-core:3.26.3"
4646
4747 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
48+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
4849
4950 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
5051}
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ dependencies {
3737 testImplementation " org.assertj:assertj-core:3.26.3"
3838
3939 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
40+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
4041}
4142
4243tasks. withType(Test ). configureEach {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ dependencies {
3131 testImplementation " org.assertj:assertj-core:3.26.3"
3232
3333 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
34+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
3435
3536 integTestImplementation " org.seleniumhq.selenium:htmlunit-driver:4.13.0"
3637}
You can’t perform that action at this time.
0 commit comments