Base example repository for starting work on integration testing
For running Selenium, download the Chrome WebDriver exectubale from here. Make sure you choose the right OS and browser version.
Then set the "webdriver.chrome.driver" system property to the path of the executable, as explained in SeleniumExample.java file.