Use when you need to write or improve integration tests for Quarkus — including @QuarkusTest, Dev Services for automatic container provisioning, Testcontainers via QuarkusTestResourceLifecycleManager, WireMock for external HTTP stubs, @QuarkusIntegrationTest for black-box testing against packaged artifacts, REST Assured, data isolation strategies (@TestTransaction vs @BeforeEach cleanup), and Maven Surefire/Failsafe three-tier split (*Test, *IT, *AT). Part of the skills-for-java project
77
71%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/422-frameworks-quarkus-testing-integration-tests/SKILL.mdApply integration testing patterns for Quarkus with real wiring and reproducible infrastructure.
What is covered in this Skill?
Scope: Apply recommendations based on the reference rules and good/bad code examples.
Compile before changes; verify after; Docker may be required for containers.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvements; Docker is required for Testcontainers and Dev ServicesFor detailed guidance, examples, and constraints, see references/422-frameworks-quarkus-testing-integration-tests.md.
b36efb2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.