https://github.com/abhishekomp/p1_cucumber_junit5
Cucumber Java JUnit5 project
https://github.com/abhishekomp/p1_cucumber_junit5
cucumber-java datatabletype junit5 parametertype suite
Last synced: 9 months ago
JSON representation
Cucumber Java JUnit5 project
- Host: GitHub
- URL: https://github.com/abhishekomp/p1_cucumber_junit5
- Owner: abhishekomp
- Created: 2025-07-07T14:07:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T13:18:42.000Z (11 months ago)
- Last Synced: 2025-07-10T20:06:16.816Z (11 months ago)
- Topics: cucumber-java, datatabletype, junit5, parametertype, suite
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Service Project
A simple Java service for user registration and notifications.
## Features
- Register new users
- Send notifications to users
## Technologies
- Java
- Maven
## Project Structure
- `src/main/java/org/example/services/` \- Service classes
- `src/test/java/org/example/services/` \- Test classes
## Getting Started
### Prerequisites
- Java 17 or higher
- Maven 3.6+
### Build
```sh
mvn clean install
mvn test