Эх сурвалжийг харах

reactive/webflux/authentication/username-pasword/form useJunitPlatform

Rob Winch 5 жил өмнө
parent
commit
bd7c6a259a

+ 4 - 0
reactive/webflux/authentication/username-password/form/build.gradle

@@ -22,3 +22,7 @@ dependencies {
 	integTestImplementation 'org.seleniumhq.selenium:htmlunit-driver'
 }
 
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}