Automate orangeHRM using Selenium 4
- Chrome
- Firefox
Pre-requisites:
- Java 17.
- Chrome and firefox on the system.
- Intellij.
Steps:
- Clone this repo.
- Import as a project by selecting pom.xml.
- Run
mvn clean install -DskipTests
to install dependencies. - Run mvn
mvn -q clean test
to run tests.