Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himu143/github-search-automation-with-cucumber-selenium

In this project contains an automation project for the selenium and cucumber-developed Search functionality. Using a variety of test cases and scenarios, the project enables users to automate the searching process for a web application.
https://github.com/himu143/github-search-automation-with-cucumber-selenium

cucumber gherkin intellij-idea java maven report selenium

Last synced: 21 days ago
JSON representation

In this project contains an automation project for the selenium and cucumber-developed Search functionality. Using a variety of test cases and scenarios, the project enables users to automate the searching process for a web application.

Awesome Lists containing this project

README

        

# Github-Search-Automation-with-Cucumber-selenium
## Technology and Tools used:
- Selenium
- Cucumber
- Java
- Junit
- Maven
- Intellij IDEA

## Scenario:
1. As a guest (not logged in), when searching GitHub for the term "create-react-app" from the landing page search input, you will see: A count of matching results

2. You will find and verify "facebook/create-react-app " project as the first result

3. As a guest, when clicking the "About" button in the landing page footer, you will be taken to the GitHub "About" page. verify, you are on about page

## Prerequisite:
- Java 8 or latest version
- Intellij IDEA or any java IDE
- Configure JAVA_HOME and MAVEN_HOME

## How to run this project:
- Clone this project
- hit the following command: mvn clean test / mvn clean install

## Search Functionality:
![assignment testrunner ss](https://user-images.githubusercontent.com/78273243/224470879-671e5e26-7878-4046-8e5b-4160655de6a0.png)

## Report:
![Screenshot 2023-03-11 122303](https://user-images.githubusercontent.com/78273243/224470803-26a86b8b-65b7-4674-ae6e-c5a5789a1ee5.png)
## Video Output:

https://user-images.githubusercontent.com/78273243/224470887-3e097cee-2c56-489a-82d5-8b0d5e7eda64.mp4