Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkalian/selenium-maven-template
Simple selenium template built with Maven and WebDriverManager.
https://github.com/gkalian/selenium-maven-template
allure java maven selenium webdrivermanager
Last synced: 1 day ago
JSON representation
Simple selenium template built with Maven and WebDriverManager.
- Host: GitHub
- URL: https://github.com/gkalian/selenium-maven-template
- Owner: gkalian
- License: mit
- Created: 2022-01-31T15:01:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T21:31:13.000Z (about 1 year ago)
- Last Synced: 2023-10-05T08:32:37.317Z (about 1 year ago)
- Topics: allure, java, maven, selenium, webdrivermanager
- Language: Java
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Selenium Template with Maven and TestNG
It's a personal playground with Selenium and other tools.
## Libraries
- Java JDK 17.0.2
- Maven 3.8.3
- [Webdrivermanager](https://github.com/bonigarcia/webdrivermanager)
- [Selenium Java](https://www.selenium.dev/)
- [Testng](https://testng.org/)
To see more libraries check `pom.xml`.## Credits
It is not a direct fork, but while writing it, I was looking into several others repositories, such as:
- [SeleniumMavenProject](https://github.com/shashankgupta5/SeleniumMavenProject) by shashankgupta5
- [Selenium-Maven-Template](https://github.com/Ardesco/Selenium-Maven-Template) by Ardesco
- [Selenium-Testng-Template](https://github.com/sridharbandi/Selenium-Testng-Template) by sridharbandi## Changelog
- v1.1 - update code, license added, new libs versions