sanchariGr / ExampleJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExampleJava (Java Webdriver Automation Framework)

This is web automation framework, implemented using Java, Selenium/Webdriver, TestNG & Maven. Page Object Model (POM) is used to make the code more readable, maintainable, and reusable.

Prerequisite:

  1. Java (java version "15.0.2" 2021-01-19)
  2. Maven (Apache Maven 3.8.1)
  3. Selenium/WebDriver
  4. TestNg
  5. Browsers (Used : Chrome)
  6. Respective Browser drivers

Running:

Run using mvn clean install

REPORTS:

Post a local run the reports can be found under /target/surefire-reports. Also added a screenshot of my local run with the PR.

Note:

To run using a browser include browser exec within /drivers included in the package is the latest chromedriver version (https://chromedriver.storage.googleapis.com/index.html?path=91.0.4472.19/) for Chrome version 91.

Screenshot 2021-06-04 at 13 13 58

About


Languages

Language:Java 100.0%