Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 716 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 716 Bytes

Hepsiburada case study

This project is a case study that tests Money Transfer feature on payment page.

Language and Frameworks

  • Java 1.8
  • Selenium WebDriver 3.141.59
  • Junit Jupiter 5.7.0
  • POM design pattern
  • log4j2 for logging purposes

Installation

Use the following command on console to clone the project.

git clone https://github.com/MaksuCode/hepsiburada-case-study.git

Usage

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.