playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
2.11k stars 157 forks source link

cannot work as a background fork process #311

Open yockii opened 1 year ago

yockii commented 1 year ago

I've build an Automatic test robot with playwright-go, and it worked perfectly. but as I want to start it using pm2( to manage the process if the robot is panic, auto-restart it ), it won't work as expected, is there any suggestion ?