spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.42k stars 40.75k forks source link

Consider providing testing beans for @SpringBootTest when used with mock web apps #28452

Open philwebb opened 3 years ago

philwebb commented 3 years ago

See https://github.com/spring-projects/spring-graphql/issues/75 and #26146 for examples of where it would be nice to have more client beans automatically configured.

philwebb commented 2 years ago

This issue is about taking the table in https://github.com/spring-projects/spring-boot/issues/26146#issuecomment-844135813 and improving the defaults so that WebTestClient beans are available. #26146 remains about documenting the current status.