Skip to content

Don't start automation testing for your project from scratch. This is a skeleton project; use it to begin with.

Notifications You must be signed in to change notification settings

nickknocks/cvLib-test

Repository files navigation

cvLib-test

You may use this as skeleton project for your automated testing. It uses:
Language: Java 1.8
Tool: Selenium 4.x
Framework: TestNG 7.x
Reporting: Extent Report 3.x
Directory Structure: Page Object Model

Steps to set up:

  1. Fork the project or get a zipped copy.
  2. Add it to your Java IDE as a maven project.
  3. Get the dependencies from maven (pom.xml).
  4. Replace the existing chromeDriver.exe with latest version or with the one that matches your chrome browser.
  5. A) Right click on pom.xml and run maven test OR
    B) Run the following from CLI:

    mvn test

Contact to collaborate:

Linkedin: www.linkedin.com/in/nitinvrma (recommended)
Github: www.github.com/nickknocks
Email: [email protected]

About

Don't start automation testing for your project from scratch. This is a skeleton project; use it to begin with.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published