Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 692 Bytes

"Oasisdex" with Chrome extension "MetaMask"

This project is an example of how to Use Chrome extension MetaMask with selenium

Project Description:

  • Project setup with Selenium WebDriver 3.11.0 and windows 10
  • Makes use of Page Objects.
  • Written in Java with TestNg & Maven.

Setup:

Run tests:

  • mvn clean test site - Run test scripts using Chrome browser.

View HTML Report

  • HTML report will be generated once execution finish -\oasisdex\target\site\allure-maven-plugin
  • Open Index.html in firefox browser to see the reports