Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/selenium-junit-demo
A feature testing project of Selenium Junit.
https://github.com/asif-shahriar/selenium-junit-demo
automation feature-testing gradle html-report java junit selenium
Last synced: about 1 month ago
JSON representation
A feature testing project of Selenium Junit.
- Host: GitHub
- URL: https://github.com/asif-shahriar/selenium-junit-demo
- Owner: asif-shahriar
- Created: 2022-01-19T16:39:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T08:10:52.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:13.497Z (about 1 year ago)
- Topics: automation, feature-testing, gradle, html-report, java, junit, selenium
- Language: Java
- Homepage: https://demoqa.com/
- Size: 8.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Junit-Demo
## Prerequisites
* Install jdk 8 or any LTS version
* Configure **JAVA_HOME** and **GRADLE_HOME**
* Stable internet connection## How to run this project
* Clone the repo
* Open command in the root folder
* Give the following command:
```
gradle clean test
```
## Screenshot
This is the snapshot of the **index.html** report![Screenshot_1](https://user-images.githubusercontent.com/71173675/150648653-79a068ef-d272-48be-8759-d0bb07cb26cd.png)