Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himu143/github-search-automation-with-cucumber-selenium
- Owner: Himu143
- Created: 2023-03-11T07:07:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T08:40:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T02:34:45.279Z (3 months ago)
- Topics: cucumber, gherkin, intellij-idea, java, maven, report, selenium
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- 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 results2. 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