Sound signal after runner terminates

I would like to get a tone signal when the runner terminates independent of an error or not.
That would allow to do something different until the sound come up.

Is there a way to do so?

Ralf

1 Like

You could in theory stand up a local API that plays a sound on your machine when an endpoint is called. You would just have to call that API at the end of your collection run (meaning just add another request to call it)

Thanks for the reply. I will check on it