Playwright cannot be deployed to Vercel since @vercel/nft 0.12.0 was released. This was previously working with @vercel/nft 0.11.2.
Playwright requires a file named browsers.json, which is not being traced by @vercel/nft 0.12.0.
This repo has a test case for both 0.11.2 (working) and 0.12.0 (not working).
This has also been discussed at microsoft/playwright#5862.
Playwright cannot be deployed to Vercel since @vercel/nft 0.12.0 was released. This was previously working with @vercel/nft 0.11.2.
Playwright requires a file named
browsers.json, which is not being traced by @vercel/nft 0.12.0.This repo has a test case for both 0.11.2 (working) and 0.12.0 (not working).
This has also been discussed at microsoft/playwright#5862.