Skip to content

This GitHub project is an open-source automated testing framework developed using Java & Selenium, aimed at streamlining web apps testing processes. The framework offers a robust foundation for writing & executing automated tests, enabling QA engineers to ensure the quality and functionality of web applications with efficiency and accuracy.

Notifications You must be signed in to change notification settings

jefly/AutomationSelenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AutomationSelenium (Java, Selenium, BDD & Page Object Model)

Setup Guide

Prerequisites

Step 1: Installing Java

Download Java 19 from https://www.oracle.com/java/technologies/downloads/, install it.

Step 2: Installing Maven

Download Maven from https://maven.apache.org/install.html, copy the path to the bin folder and add it to the 'PATH' variable under environment variables (user & system).

Step 3: Verify Maven is set up

To verify whether the Maven is set up properly, run mvn -version on the terminal.

Step 4: Compile the source code and install dependencies

Go to the root of the extracted project, open a terminal for that location.
Type mvn clean install which will download the necessary dependencies for the project.

Step 5: Run the project

Run mvn test.
This will give you a URL to view the test results in the end of the log inside the terminal.
View your Cucumber Report at: and the next line URL starts as https://reports.cucumber.io/reports/...

Step 6: See the Test Results

Copy the URL to the browser, paste it and hit enter to see the test results.

About

This GitHub project is an open-source automated testing framework developed using Java & Selenium, aimed at streamlining web apps testing processes. The framework offers a robust foundation for writing & executing automated tests, enabling QA engineers to ensure the quality and functionality of web applications with efficiency and accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages