jQAssistant / jqassistant

Your Software. Your Structures. Your Rules.
https://jqassistant.org/
GNU General Public License v3.0
193 stars 34 forks source link

Add option to open Neo4j browser when starting embedded server #518

Closed DirkMahler closed 1 month ago

DirkMahler commented 1 month ago

It is possible to open a web page in a browser from Java, see https://stackoverflow.com/a/5226244/2912200.

As we have the full URL at hand (including authentication parameters) it would be convenient if there would be an option in the jQA config to open the Neo4j browser if the embedded server is started:

jqassistant:
  server:
    open-browser: true

The default value of the option shall be false.