You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Can call the initialised widget API successfully
Additional context
This issue occurs because nbclient is an alternative to running a full jupyter web app + server (architecture diagram) and doesn't run a browser context.
The text was updated successfully, but these errors were encountered:
alex-treebeard
changed the title
Widgets calls requiring browser context hang during testing
Widget calls requiring browser context hang during testing
Feb 16, 2023
This repo has a pretty advanced setup using Selenium's python APIs @thewtex you can see that they actually test the widget's functionality (not just load it).
Describe the bug
The ITKWidgets project cannot test a notebooks that calls a widget which is only initialised when a browser is present
To Reproduce
See InsightSoftwareConsortium/itkwidgets#587
Expected behavior
Can call the initialised widget API successfully
Additional context
This issue occurs because nbclient is an alternative to running a full jupyter web app + server (architecture diagram) and doesn't run a browser context.
Problem cell example
from ipynb.
The text was updated successfully, but these errors were encountered: