https://github.com/Torgen/codex-blackboard in the playwright branch on both WSL2 Ubuntu and Github Actions freezes after printing the number of client test cases passed, but before saying "All tests finished!" when you run TEST_BROWSER_DRIVER=playwright meteor npm run test.full. It doesn't happen under puppeteer. I don't have a minimal reproduction yet, unfortunately.
https://github.com/Torgen/codex-blackboard in the
playwright
branch on both WSL2 Ubuntu and Github Actions freezes after printing the number of client test cases passed, but before saying "All tests finished!" when you runTEST_BROWSER_DRIVER=playwright meteor npm run test.full
. It doesn't happen under puppeteer. I don't have a minimal reproduction yet, unfortunately.