Responsum-Test-Framework
This project was created to perform automated tests on OpenReception application. It uses TestNG tests with Selenium Framework.
To run the project:
- Download the latest chrome driver from https://sites.google.com/a/chromium.org/chromedriver/ and put it in src/main/resources
- Install TestNG plugin to your IDE (it's installed by default for IntelliJ).
- Right click on testng.xml and click "Run as TestNG".