Skip to content

Testing your Quarkus Application

Controlling the test port

While Quarkus will listen on port 8080 by default, when running tests it defaults to 8081. This allows you to run tests while having the application running in parallel.

Changing the test port

You can configure the ports used by tests by configuring quarkus.http.test-port for HTTP and quarkus.http.test-ssl-port for HTTPS inyour application.properties

Reference

Published inQuarkus

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *