Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dileep17/webdriver-spring-junit5
Spike for setting framework with selenium webdriver, junit5 and spring
https://github.com/dileep17/webdriver-spring-junit5
Last synced: 14 days ago
JSON representation
Spike for setting framework with selenium webdriver, junit5 and spring
- Host: GitHub
- URL: https://github.com/dileep17/webdriver-spring-junit5
- Owner: Dileep17
- Created: 2021-01-22T04:34:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T11:24:04.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T10:59:51.482Z (2 months ago)
- Language: Java
- Size: 7.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webdriver-Spring-Junit5
Spike for setting framework with selenium webdriver, junit5 and spring## Setup
Replace chromedriver at `src/test/resources/drivers/chromedriver` to support chrome in ur machine## Running tests
$ mvn clean test## Parallel execution
Edit junit5 parallel execution config at `src/test/resources/junit-platform.properties`