An awesome Selenium+Java+Maven+TestNG template to jumpstart your QA projects!
Report Bug
·
Request Feature
☝ If you like the project, please give a ⭐ on GitHub. It will motivate me to add more such project.
Table of Contents
This is a template project to start web automation project. Everytime I had to write few sample tests, I had to build a Maven project from scratch and include all required dependencies. This template has all required jar files & project structure to write code on browser like Google Chrome, Firefox, Microsoft Edge.
Of course, no one template will server all purpose. So, I will be adding more feature in the future. You may also suggest changes by forking this repo and creating pull request or opening an issue.
This section lists frameworks/libraries used to bootstrap this project.
- Selenium
- Java
- TestNG
- WebDriver Manager
You should have Java (built on JDK 16 version) installed on your machine.
- Clone the repo
- Open project in Java IDE (IntelliJ/Eclipse/VSCode)
- run mvn clean install
Distributed under the MIT License. See LICENSE.txt
for more information.
Abhay Bharti - @abhaybharti - abhaybharti@gmail.com
Project Link: https://github.com/abhaybharti/Selenium-Java-BoilerPlate