jupyterlab / jupyterlab-metadata-service

Linked data exploration in JupyterLab.
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Add tests #42

Closed saulshanabrook closed 4 years ago

saulshanabrook commented 4 years ago

This fixes https://github.com/jupyterlab/jupyterlab-metadata-service/issues/40 by adding jest + puppeteer tests that launch jupyterlab and verify that the metadata plugin works.

saulshanabrook commented 4 years ago

These tests are passing locally but failing in CI. I want to take a screenshot in CI and post it somehow for debugging. Prior art: https://github.com/smooth-code/jest-puppeteer/issues/131#issuecomment-520871042 https://github.com/GoogleChrome/puppeteer/issues/478

saulshanabrook commented 4 years ago

I keep getting this error where datasets is selected but not clicked somehow:

should be able to expand datasets yml-2019-10-15_20 59 18

This happens consistently in CI and inconsistently locally