Skip to content

Commit

Permalink
Add a note about the integration test profile
Browse files Browse the repository at this point in the history
Resolves: quarkusio#31673
  • Loading branch information
geoand committed Mar 16, 2023
1 parent fc86e4a commit 348e847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/asciidoc/getting-started-testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,11 @@ The executable is retrieved by the _Failsafe Maven Plugin_.

More information can be found in the link:building-native-image#testing-the-native-executable[Testing the native executable Guide].

[IMPORTANT]
====
When the application is tested using `@QuarkusIntegrationTest` it is launched using the `prod` configuration profile, but this can be changed using the `quarkus.test.integration-test-profile` property.
====

=== Launching containers

When `@QuarkusIntegrationTest` results in launching a container (because the application was built with `quarkus.container-image.build` set to `true`), the container is launched on a predictable container network. This facilitates writing integration tests that need to launch services to support the application.
Expand Down

0 comments on commit 348e847

Please sign in to comment.