From 16bf1448e478a207584faf8fd979741b65094030 Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Thu, 1 May 2025 10:24:37 +0300 Subject: feat(test): add selenium for http tests --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 4db3c43..2e64d63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,6 +30,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-actuator") implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.5") + implementation("org.seleniumhq.selenium:selenium-java") implementation("org.thymeleaf:thymeleaf") implementation("org.thymeleaf:thymeleaf-spring6") -- cgit mrf-deployment