playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

cannot work as a background fork process

Open yockii opened this issue 3 years ago • 1 comments

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 ?

yockii avatar Oct 21 '22 04:10 yockii

Try nohup

ubuygold avatar Apr 06 '23 08:04 ubuygold