Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 809 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 809 Bytes

seleniumLearning

Build Status Master branch: Java CI with Maven : Master

Features branch: Java CI with Maven : Features

E2E testing using Selenium

This project is built using Maven build tool.

Dependencies:

  • Selenium 3.141.59
  • ChromeDriver 87.0.4280.88
  • JUnit 5

Running Test:

  1. Test invoke can be done in src\test\java\com\seleniumtesting\demoblaze\UserSignUpOperationTest.java

Requirements:

  1. Include the ChromeDriver location in your PATH environment variable. ( Executable of ChromeDriver can be downloaded from https://chromedriver.chromium.org/downloads )