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: 3 months 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.
- Host: GitHub
- URL: https://github.com/himu143/github-search-automation-with-cucumber-selenium
- Owner: Himu143
- Created: 2023-03-11T07:07:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T08:40:59.000Z (over 3 years ago)
- Last Synced: 2025-06-12T07:47:46.122Z (about 1 year ago)
- Topics: cucumber, gherkin, intellij-idea, java, maven, report, selenium
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## Report:

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