Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
DirkMahler opened this issue Jul 22, 2024 · 0 comments · Fixed by #560
Closed

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

DirkMahler opened this issue Jul 22, 2024 · 0 comments · Fixed by #560
Assignees
Labels
Milestone

Comments

@DirkMahler
Copy link
Member

DirkMahler commented Jul 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants