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

https://github.com/santanasj/cucumber-spring-project

Project using Selenium, Cucumber, Spring Boot, Junit5
https://github.com/santanasj/cucumber-spring-project

cucumber extent-report java junit5 selenium selenium-webdriver spring-boot

Last synced: 7 months ago
JSON representation

Project using Selenium, Cucumber, Spring Boot, Junit5

Awesome Lists containing this project

README

          

# Automation Test Project

This project is an automation test suite incorporating the following technologies and design patterns:

- **Cucumber** for Behavior-Driven Development (BDD)
- **Spring** for dependency injection and application configuration
- **Extent Report** for comprehensive test reporting
- **Page Object Model (POM)** for organizing web page interactions
- **Factory Design Pattern** for handling different browsers
- **WebDriverManager** for automatic handling of WebDriver binaries.