Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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