Basic structure for UI testing for Accomplice web application This is a work in progress. Few points:
- We use Selenium Webdriver API for browser automation
- Maven is used ot drive testng through surefire plugin
- Testng config file "testng.xml" is used to confgire testng behaviour
- Tests are written in test classes in "io.accomplice.testing.selenium.testclasses"
- Util classes are written in "io.accomplice.testing.selenium.utils"