Updated 2024-06-03 Testrepo for playwright connect with bun 1.1.12 - still Fails
-
Install deps
npm install --legacy-peer-deps
-
Start Chrome dev on port 9555 eg "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9555&
-
Run node test:
nx serve node-playwright
- Output:
Title of the page is Google
- Run bun test using puppeteer instead of playwright:
nx serve bun-puppeteer
- Output:
Title of the page is Google
- Finally bun test using playwright:
nx serve bun-playwright
- Output: ... (no output, not connecting)