- Global Dependencies
$ brew install maven
- Project Dependencies
- Check that packages are available
$ cd Java-TestNG-Selenium-SingleTest $ mvn test-compile
- You may also want to run the command below to check for outdated dependencies. Please be sure to verify and review updates before editing your pom.xml file as they may not be compatible with your code.
$ mvn versions:display-dependency-updates
$ mvn test