feature
Blogs feature
Tagged posts: 'feature'
June 23, 2023
New Quarkus CLI features in 3.0 that will simplify your workflow and make your life easier
July 10, 2020
With the release of Quarkus 1.6 Quarkus now supports test profiles, allowing you to easily test multiple different configurations inside the same module. This post outlines what test profiles are and how you can use them. Recap on how @QuarkusTest works Before we talk about test profiles let’s talk briefly about how @QuarkusTest annotated tests actually work. The first time one of these tests is run the Quarkus test extension will start Quarkus. Quarkus will...