-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
Hello, recently I am tried to migrate three.js library from puppeteer to playwright, we used it in WebGL testing. But for some reason it freezes on some of the screenshots (at least in linux). I will appreciate if you help me with it, because I am stuck.
Steps to reproduce a problem
git clone https://github.com/mrdoob/three.js
cd three.js
npm un puppeteer && npm i -D playwright-chromium
curl https://pastebin.com/raw/UjYAKxAN --output playwright.js
cp playwright.js ./test/e2e/puppeteer.js
npm run test-e2eExpected result
All examples are tested with screenshot without freezing
Actual result
diff: 0.002, file: css2d_label
diff: 0.000, file: css3d_molecules
diff: 0.000, file: css3d_orthographic
diff: 0.000, file: css3d_panorama
<freezing here>
Metadata
Metadata
Assignees
Labels
No labels