| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.
📢 Thoughts on this report? Let us know! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Forgetting vendor/bin/playwright-install after composer require currently gets you DisconnectedException: Process exited with code 1. The Node stderr explaining why is read in ProcessJsonRpcClient and then only logged as a warning.
This includes that stderr in the exception, and recognises three setup problems as a new MissingDependencyException:
Playwright detects the last two itself but points at npx playwright install / install-deps; its original output is kept below ours. Also fixes ServerFinder::findServer(), which threw NetworkException('… npm install playwright').
Detection is by substring match on Playwright's messages.