Integrating Selenium with JUnit in a Spring Boot DevOps Project
In my DevOps project, I am using an existing Spring Boot application, and I have implemented JUnit for testing the backend functionality. However, when I try to add Selenium for UI testing, I encounter an issue where both the JUnit and Selenium tests cannot run together when I execute the mvn test command
Integrating Selenium with JUnit in a Spring Boot DevOps Project
In my DevOps project, I am using an existing Spring Boot application, and I have implemented JUnit for testing the backend functionality. However, when I try to add Selenium for UI testing, I encounter an issue where both the JUnit and Selenium tests cannot run together when I execute the mvn test command