Help with Selenium Maven Cargo
问题 I am trying to use cargo to deploy and start my container (which works fine), and then use selenium to execute some UI tests. Whenever I try to run (mvn clean integration-test), I get to the point where it says Launching Selenium Server Waiting for Selenium Server... [INFO]Redirecting output to [INFO]User extensions But then my integration tests never get executed by surefire. Any help is much appreciated. It seems like the Selenium Server never gets started. One quick note, I am using JUnit