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
- Host: GitHub
- URL: https://github.com/santanasj/cucumber-spring-project
- Owner: SantanaSJ
- Created: 2024-05-13T10:10:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-27T14:00:17.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:41:25.725Z (8 months ago)
- Topics: cucumber, extent-report, java, junit5, selenium, selenium-webdriver, spring-boot
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.