Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 517 Bytes

File metadata and controls

8 lines (6 loc) · 517 Bytes

Testing Spring-Boot REST services with Cucumber

The repository contains two spring boot based REST services named spring-boot-cucumber-example1 and spring-boot-cucumber-example2. First example contains a simple controller for creating, deleting, updating and getting users. The second example adds security aspect.

The integration tests are written in Cucumber and are executed automatically by maven. The tests can be executed manually. The entry point is the IntegrationTests class.