Quarkus Dev UI for Testing

Quarkus also provides a new experimental Dev UI, which is available in dev mode (when you start quarkus with mvn quarkus:dev) at /q/dev by default. It allows you to quickly visualize all the extensions currently loaded, see their status and go directly to their documentation.

  1. Access the Quarkus Dev UI

    devui-endpoint
  2. Select Continuous Testing on the left menu, you will that see 2 test cases passed with a green color.

    devui-endpoint