This project is a case study that tests Money Transfer feature on payment page.
- Java 1.8
- Selenium WebDriver 3.141.59
- Junit Jupiter 5.7.0
- POM design pattern
- log4j2 for logging purposes
Use the following command on console to clone the project.
git clone https://github.com/MaksuCode/hepsiburada-case-study.git
Go to project folder and simply run the following command on console.
mvn -Dbrowser='chrome' -Demail='your_email@gmail.com' -Dpassword='your_password' test
browser can take the following values:
- chrome
- firefox
- edge
email and password values should also be valid.