Tried to get the *exec* task in Gradle to run the ...
# gradle
n
Tried to get the exec task in Gradle to run the following: **google-chrome http://localhost:63342/notifier-sample/web/index.html**. End up with a new instance of Chrome with a single empty tab 😞. Can get the correct behaviour if the terminal is used instead, with a new tab open in Chrome (if it is already running) showing the web page.