Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/selenium-cucumber-gmail
BDD and TDD Cucumber project using Selenium Junit (Page Object Model) on Gmail signup
https://github.com/asif-shahriar/selenium-cucumber-gmail
cucumber-java gherkin java junit maven selenium-webdriver tdd
Last synced: about 1 month ago
JSON representation
BDD and TDD Cucumber project using Selenium Junit (Page Object Model) on Gmail signup
- Host: GitHub
- URL: https://github.com/asif-shahriar/selenium-cucumber-gmail
- Owner: asif-shahriar
- Created: 2022-02-06T08:55:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:08:37.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.291Z (about 1 year ago)
- Topics: cucumber-java, gherkin, java, junit, maven, selenium-webdriver, tdd
- Language: Java
- Homepage:
- Size: 5.77 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium-Cucumber-Gmail
## Prerequisites
* Install jdk 8 or any LTS version
* Download and extract Apache Maven 3.8.4 or any latest version
* Configure **JAVA_HOME** and **MAVEN_HOME**
* Stable internet connection## How to run this project
* Clone the repo
* Open terminal in the root folder
* Give the following command
```
mvn clean install
```
## Screenshots
These are the snapshots of **Cucumber** html reports:![Screenshot_1](https://user-images.githubusercontent.com/71173675/153038659-3d22d346-1d0e-40f8-aaa2-56098868f54a.png)
![Screenshot_2](https://user-images.githubusercontent.com/71173675/153038685-940eeb45-99eb-4edd-8404-b56ced184b76.png)