UI Automated Tests
Automated tests that interact with the wiki set through its front-end UI using selenium webdriver .
Prerequisites to run the tests -
Install Java 8+
Install Maven
Install Chrome (if you do not have already , the tests are using chromedriver to run the selenium tests)
Checkout the project using - git clone https://github.com/devpuraanjali/AutomationPractise.git
Now change directory to the project on your local machine
Change directory to authentication and do the following -
The tests can be run using the following commands -
mvn test