You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/getting-started-testing.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,10 +147,11 @@ tests while having the application running in parallel.
147
147
[TIP]
148
148
.Changing the test port
149
149
====
150
-
You can configure the port used by tests by configuring `quarkus.http.test-port` in your `application.properties`:
150
+
You can configure the ports used by tests by configuring `quarkus.http.test-port` for HTTP and `quarkus.http.test-ssl-port` for HTTPS in your `application.properties`:
151
151
[source]
152
152
----
153
153
quarkus.http.test-port=8083
154
+
quarkus.http.test-ssl-port=8446
154
155
----
155
156
`0` will result in the use of a random port (assigned by the operating system).
156
157
====
@@ -706,4 +707,4 @@ The `settings.json` placed in the root of your project directory or in the works
706
707
707
708
=== IntelliJ JUnit template
708
709
709
-
Nothing needed in IntelliJ because the IDE will pick the `systemPropertyVariables` from the surefire plugin configuration in `pom.xml`.
710
+
Nothing needed in IntelliJ because the IDE will pick the `systemPropertyVariables` from the surefire plugin configuration in `pom.xml`.
0 commit comments