Three.js application automation using cypress

Is there any way to write e2e tests for Three.js application using cypress.?

I have tried three-musketeers package (GitHub - webgl/three-musketeers: A simple module to introspect, debug and test any THREE.js application.) but facing challenging to retrieve the existing scene.

And also have come across puppeteer package but then its not helpful in this scenario.

Thanks and appreciate the help!

1 Like