Quarkus Testing

Write tests for a Quarkus backend: fast unit tests without @QuarkusTest, integration tests with @QuarkusTest and Testcontainers PostgreSQL (not H2), RestAssured, authorisation tests, architecture tests, fixtures, JaCoCo coverage gates, and k6 load tests. Use when adding an endpoint or business rule, fixing a bug (failing test first), dealing with slow or flaky tests, setting up Testcontainers, or when coverage is below the gate. Do not use for diagnosing production issues (quarkus-observability) or non-test performance tuning (bulk-reporting-export).

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/quarkus-testing commit 67dfc254a1

Frequently asked questions

npx skillmds@latest add hi-donwi/quarkus-testing