Skip to content
Snippets Groups Projects
Commit 634b80f0 authored by Byron Biggs's avatar Byron Biggs
Browse files

Added Selenium JUnit Tests

parent d4717ae0
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,13 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
// Selenium dependencies
implementation 'org.seleniumhq.selenium:selenium-java:4.18.1'
implementation 'io.github.bonigarcia:webdrivermanager:5.6.2'
// JUnit 4 dependencies (since you're using JUnit 4 imports)
testImplementation 'junit:junit:4.13.2'
// For JUnit Platform-specific features (already included in starter-test, but explicitly included for clarity)
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment