aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle.kts
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-01 10:24:37 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-01 10:24:37 +0300
commit16bf1448e478a207584faf8fd979741b65094030 (patch)
treefcdd659ec46cfac902dfb0820c25f7e9420160b2 /build.gradle.kts
parent32abde013d2f103ddefae167c2b459b1b024f395 (diff)
feat(test): add selenium for http tests
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
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")