-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to the new Galata #3279
Update to the new Galata #3279
Conversation
This is only modifying the Moving to 8.1 so it's not a blocker, but might get back to it before. |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"import ipywidgets as widgets\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moving the import to the cell below, since Galata would otherwise block on trying to fetch the cell output with galata.notebook.getCellOutput()
when there is no output.
Adding back to the 8.0 milestone for consideration since it should now be ready to go. |
with: | ||
node-version: 12.x | ||
node-version: 14.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Node 12 no longer supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be that node 12 was causing issues for this workflow. Although other workflows still use that version.
We could try to switch back to 12 and see if the check fails.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI check failed after switching to node 12 in this commit: https://github.com/jupyter-widgets/ipywidgets/runs/4313698147?check_suite_focus=true
With:
And passes after switching back to node 14: https://github.com/jupyter-widgets/ipywidgets/runs/4313796358?check_suite_focus=true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Fixes #3274
Update to the latest
@jupyterlab/galata
now living in the JupyterLab repo: https://github.com/jupyterlab/jupyterlab/blob/master/galataThis makes full use of
playwright
and helps simplify the UI Tests setup.TODO
@jupyterlab/galata@~4.0.2
The test report can be downloaded from the summary page:
When the CI check fails, new reference snapshots are generated and uploaded: