diff options
author | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-01 10:24:37 +0300 |
---|---|---|
committer | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-01 10:24:37 +0300 |
commit | 16bf1448e478a207584faf8fd979741b65094030 (patch) | |
tree | fcdd659ec46cfac902dfb0820c25f7e9420160b2 /build.gradle.kts | |
parent | 32abde013d2f103ddefae167c2b459b1b024f395 (diff) |
feat(test): add selenium for http tests
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
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") |