https://github.com/abhishekomp/cucumber-java-suite
Cucumber Java demo using JUnit5 and @Suite
https://github.com/abhishekomp/cucumber-java-suite
cucumber-java junit5
Last synced: 7 months ago
JSON representation
Cucumber Java demo using JUnit5 and @Suite
- Host: GitHub
- URL: https://github.com/abhishekomp/cucumber-java-suite
- Owner: abhishekomp
- Created: 2025-07-06T09:57:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T10:11:42.000Z (11 months ago)
- Last Synced: 2025-07-06T11:24:38.870Z (11 months ago)
- Topics: cucumber-java, junit5
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cucumber JUnit 5 Project using @Suite
This project is a sample Java application that demonstrates sending notifications and verifying responses using Cucumber for behavior-driven development (BDD) and JUnit for assertions.
## Project Structure
- `src/main/java/` \- Main application source code (if any)
- `src/test/java/` \- Test code, including Cucumber step definitions
- `src/test/java/org/example/stepdefs/NotificationSteps.java` \- Step definitions for notification scenarios
## Technologies Used
- Java
- Maven
- Cucumber (for BDD)
- JUnit (for assertions)
## Running the Tests
1. Make sure you have [Java](https://adoptopenjdk.net/) and [Maven](https://maven.apache.org/) installed.
2. Clone the repository:
3. git clone cd
4. Run the tests using Maven:
```bash
mvn test
```