Skip to content

End-to-End testing Spring Boot REST APIs with Rest Assured

Notifications You must be signed in to change notification settings

Sielei/spring-rest-assured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Rest Assured

This application demonstrates how to use Rest Assured to perform end-to-end REST API testing for a Spring Boot application.

Prerequisites

  • JDK 17+
  • Maven 3+
  • Docker

Give a Star! ⭐

If you like this repo or found it helpful, please give it a star. Thanks!

Project Dependencies

  • flyway
  • Testcontainers
  • Rest Assured

Running Locally

cd into project directory and run ./mvnw spring-boot:run

Access the swagger-ui to try out the endpoints.

Project Preview

swagger.png

About

End-to-End testing Spring Boot REST APIs with Rest Assured

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages