jupyterlite / xeus

JupyterLite loader for Xeus kernels
https://jupyterlite-xeus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

UI tests for accessing contents via the `SharedArrayBuffer` #93

Closed jtpio closed 1 month ago

jtpio commented 2 months ago

As a follow-up to https://github.com/jupyterlite/xeus/pull/87, we should check if it's possible to test accessing the contents with the new approach via the SharedArrayBuffer.

Maybe by using an addition server via the Playwright webServer config section, with a server that enables the COOP / COEP headers:

https://github.com/jupyterlite/xeus/blob/22278fc5a0a1f506611da2d6ffeae03bd0f1181d/ui-tests/playwright.config.js#L15-L22