jupyterlab / extension-cookiecutter-ts

A cookiecutter recipe for JupyterLab extensions in Typescript
BSD 3-Clause "New" or "Revised" License
179 stars 88 forks source link

ui-tests are failing #289

Closed echarles closed 1 year ago

echarles commented 1 year ago

I have generated an extension from the cookie cutter and followed the procedure to run the ui-tests with galata. I receive an error as the temporary notebook content folder is not populated with any notebook.

 tornado.web.HTTPError: HTTP 404: Not Found (No such file or directory: tests-myextension-should-emit-an-activation-console-message)
echarles commented 1 year ago

@fcollonval I wonder if this reported issue about failing ui-test can be reproduced or if it just me or my env?

echarles commented 1 year ago

After activating the extension in my env, the ui-tests succeed. Closing.