Skip to content

Commit 347b845

Browse files
authored
Merge pull request #9948 from iapostolidis/getting-started-testing-ssl-port
added HTTPS test port in getting-started-testing documentation
2 parents b045e6b + 48d9f83 commit 347b845

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/main/asciidoc/getting-started-testing.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ tests while having the application running in parallel.
147147
[TIP]
148148
.Changing the test port
149149
====
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`:
151151
[source]
152152
----
153153
quarkus.http.test-port=8083
154+
quarkus.http.test-ssl-port=8446
154155
----
155156
`0` will result in the use of a random port (assigned by the operating system).
156157
====
@@ -706,4 +707,4 @@ The `settings.json` placed in the root of your project directory or in the works
706707

707708
=== IntelliJ JUnit template
708709

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

Comments
 (0)