Skip to content

An e-commerce website automation by Selenium TestNG using Page Object Model (POM)

Notifications You must be signed in to change notification settings

Shahnewaz-Abid/Selenium-With-TestNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-With-TestNG

How to run this project

  1. Clone the repo
  2. Run cmd in the root folder
  3. Give the following command:
gradle clean test
allure generate allure-results --clean -o allure-report
allure serve allure-results

Screenshot

These are the snapshots of the allure reports:

1

2