Skip to content

msurdeanu/testing-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Framework

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.

Technology stack

  • 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

About

A simple testing framework for integration tests written in Java 17 with Cucumber.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors