Skip to content

Commit

Permalink
Update docs on running @QuarkusIntegrationTest against a running appl…
Browse files Browse the repository at this point in the history
…ication

The feature has been around for over 18 months
and has not changed much, so there is no reason
to still call it experimental
  • Loading branch information
geoand committed May 15, 2023
1 parent 2ddf46e commit 7123795
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions docs/src/main/asciidoc/getting-started-testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1385,11 +1385,6 @@ public class CustomResource implements QuarkusTestResourceLifecycleManager, DevS

=== Executing against a running application

[WARNING]
====
This feature is considered experimental and is likely to change in future versions of Quarkus.
====

`@QuarkusIntegrationTest` supports executing tests against an already running instance of the application. This can be achieved by setting the
`quarkus.http.test-host` system property when running the tests.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* A launcher that simply sets the {@code quarkus.http.host} property based on the value {@code quarkus.http.test-host}
* in order to support the case of running integration tests against an already running application
* using RestAssured without any chances.
*
* This is highly experimental, so changes are to be expected.
*/
@SuppressWarnings("rawtypes")
public class TestHostLauncher implements ArtifactLauncher {
Expand Down

0 comments on commit 7123795

Please sign in to comment.