Skip to content

bjsrhill/SpringBootIntegrationTestingExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example integration testing of the REST endpoints of a web application. This project uses Cucumber JVM and Rest-assured for testing a website's REST API.

All of the tests can be executed with the following Maven command:

clean verify -PintegrationTesting -Dcucumber.options='--tags @indexRest --tags ~@WIP'

About

Example of a Spring Boot application that performs integration testing using Cucumber and Rest-assured.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors