Cucumber REST Steps – BDD for your REST API
I like using Cucumber to do BDD Testing. Even when I have to test a REST API I use it, so I’ve created a library to do it: Cucumber REST Steps
I like using Cucumber to do BDD Testing. Even when I have to test a REST API I use it, so I’ve created a library to do it: Cucumber REST Steps
Today we’re going to see how to create and more important, how to test your microservices with Spring Boot To create REST services with Spring Boot is very easy but we usually forget to create the tests that assure us Read More …