Chapter 9. Testing your Quarkus application
By default, when you test your Quarkus application, Maven uses the test configuration profile. However, you can create a custom configuration profile for your tests using the Maven Surefire plug-in.
Prerequisites
- You have a Quarkus project created with Apache Maven.
Procedure
Edit the following example to meet your testing requirements, where
PROFILE_NAMEis a name for your test profile:Copy to Clipboard Copied! Toggle word wrap Toggle overflow