nestjs with playwright
un1xcr3wr0x
TRIAL
9 months ago
iam trying to deploy nestjs app with playwright but iam getting weird errors xvfb-run cuz iam using headless false cuz the page.evaluate is failing when the headless is true
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
9 months ago
We don't recommend installing browsers into the container, it leads to many headaches as I'm sure you are aware of.
Instead we recommend the use of browserless - https://railway.app/template/browserless
We even have an example repo here for playwright - https://github.com/brody192/playwright-example