add-e2e-test-layer
CommunityAdd reliable end-to-end tests
Software Engineering#integration testing#gradle#spring boot#end-to-end tests#actuator#junit 5#resttestclient
Authordprice-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It solves the problem of lacking real end-to-end verification in a Spring Boot 4 project, where you want confidence that the embedded server starts and real HTTP endpoints (including actuator) behave correctly.
Core Features & Use Cases
- Creates an e2eTest source set that runs against the application like a real deployment by using @SpringBootTest(RANDOM_PORT).
- Registers an e2eTest Gradle task and wires it into the verification lifecycle (tasks.check) with JaCoCo ordering.
- Provides a ready ApplicationTests class that includes contextLoads() style startup confidence plus actuator health assertions over real HTTP.
- Use case: after adding a new primary REST endpoint, you add one happy-path e2e test in ApplicationTests to ensure the endpoint is reachable and health is UP.
Quick Start
Ask to add the end-to-end test layer to your Spring Boot 4 service so it gets the e2eTest source set, e2eTest task, and ApplicationTests with actuator health verification.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: add-e2e-test-layer Download link: https://github.com/dprice-dev/claude-java-skills/archive/main.zip#add-e2e-test-layer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.