Integration Test Profile #31673
Labels
area/documentation
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
Milestone
Description
Please update the documentation found here: https://quarkus.io/guides/getting-started-testing
For anyone interested in changing the profile used for integration testing, knowing the config used to specify the profile would be very helpful if they don't want to use the default of prod.
Implementation ideas
Could the documentation be updated with a short section explaining how the profile is configured by default to prod and then how to change it:
quarkus.test.integration-test-profile=test
quarkus.test.integration-test-profile=prod (default)
The text was updated successfully, but these errors were encountered: