jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

More testing #143

Closed martinRenou closed 1 year ago

github-actions[bot] commented 1 year ago

lite-badge :point_left: Try it on ReadTheDocs

jtpio commented 1 year ago

Maybe we could start looking into adding Playwright tests as well at some point.

martinRenou commented 1 year ago

Yes that could be good

martinRenou commented 1 year ago

Or I'd rather like an equivalent of jupyter kernel test but using pyjs code runner, that way we really test the kernel features itself, not the rendering

jtpio commented 1 year ago

Right. Although there might be some issues related to the in-browser kernel not being able to start correctly when running in an actual browser, which could be caught by the end-to-end checks.