Running ngrok in the background
By default, ngrok
launches an interactive session. This is great for local development, but not if we're using it in an automated fashion (e.g. in CI). We can use this method to run ngrok
in the background, and to acquire the randomly generated public url:
Source: ngrok/issues/57
Last updated