tzatziki icon indicating copy to clipboard operation
tzatziki copied to clipboard

Decathlon library to ease and promote Test Driven Development of Java microservices!

Results 36 tzatziki issues
Sort by recently updated
recently updated
newest added

if you want to assert that X (x>1) messages are received in a kafka topic within XXXXXms, you will in most cases receive a false Indeed, the "within" parameter will...

See discussion : https://github.com/Decathlon/tzatziki/discussions/326 KafkaInterceptor and HttpInterceptor must be included in the Spring ComponentScan of the app started. It is not specified in the README

Hello, When i launch my project in my local repo, everything work fine but on the team repo i have this error: _GRAVE: Exception while executing pickle java.util.concurrent.ExecutionException: io.cucumber.core.backend.CucumberBackendException: Please...

Hello, Currently in the KafkaSteps class, when we try to map a date like 2024-09-16, we encounter some troubles because of the avro type. In fact, when we have a...

The module cucumber-junit-platform-engine has been released a few years ago now and seems really stable. We can migrate from cucumber-junit (JUnit 4) to cucumber-junit-platform-engine (JUnit 5) module. With JUnit 5...