Test automation demo project for Selenium Webdriver API - supports both maven and gradle builds
How to run tests
-
using maven - navigate to project root and run
mvn clean install
command -
using gradle - navigate to project root and run
gradle runTests
command