voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
143 stars 8 forks source link

Enable Playwright trace #95

Closed jtpio closed 9 months ago

jtpio commented 9 months ago

References

Similar to https://github.com/jupyterlab/jupyterlab/pull/15087

Playwright docs: https://playwright.dev/docs/trace-viewer

Code changes

Enable trace so it's easier to debug failing UI tests on CI.

User-facing changes

None

Backwards-incompatible changes

None

github-actions[bot] commented 9 months ago

lite-badge :point_left: Try it on ReadTheDocs

trungleduc commented 9 months ago

Thanks @jtpio