voila-dashboards / voici

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

Use Playwright `webServer` option #58

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

References

Use Playwright webServer option to start the web server automatically: https://playwright.dev/docs/test-configuration#launching-a-development-web-server-during-the-tests

Code changes

User-facing changes

None

Backwards-incompatible changes

None

jtpio commented 1 year ago

Looking good on the report:

image

trungleduc commented 1 year ago

Thanks @jtpio