Unit testing with Quarkus and Flyway
Using Flyway for Test Database Management
Flyway is an open-source tool that handles database migrations and can be leveraged to set up and clean your test database between tests. Here’s how to integrate Flyway into your Quarkus tests:
1. Add Flyway Extension
Include the Flyway extension in your pom.xml:
- Read more about Unit testing with Quarkus and Flyway
- Log in or register to post comments