replayio / playwright-tests

Playwright harness and tests used by replay CI
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Handle SIGTERM events #97

Closed ryanjduffy closed 2 years ago

ryanjduffy commented 2 years ago

Previously we were ignoring SIGTERM events so our runlive tests would request we stop after a timeout but playwright would happily continue in ignorance.

Now we close the browser on SIGTERM

jasonLaster commented 2 years ago

Nice! All those playwright processes was a bit much after awhile