Meteor-Community-Packages / meteor-browser-tests

A helper package for Meteor test driver packages. Runs client tests in a headless browser.
MIT License
12 stars 21 forks source link

Playwright not terminating after client tests in full-app mode. #47

Closed Torgen closed 2 years ago

Torgen commented 2 years ago

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.

StorytellerCZ commented 2 years ago

Originally reported in #43