A simple testing framework for integration tests written in Java using Cucumber.
This project gives the ability to bootstrap a testing project for your team. Bring the power of behavior-driven development in your project!
You can write pure BDD tests but also performance tests by using BDD approach.
- Java 21 as a programming language.
- Spring Boot 3 as a DI framework.
- Cucumber 7 as a BDD framework.
- Json Path a Java DSL for reading JSON documents.
- JMeter DSL for writing performance tests.
- JMH for doing microbenchmarking with Java