LincolnSteinLab / gdc-viewer

A JBrowse plugin for viewing GDC Data
https://lincolnsteinlab.github.io/gdc-viewer/
MIT License
3 stars 2 forks source link

Integration tests break as new public entries are added to GDC #103

Open GFJHogue opened 3 years ago

GFJHogue commented 3 years ago

Checks in integrations tests such as https://github.com/LincolnSteinLab/gdc-viewer/blob/develop/cypress/integration/ExploreGDC.js#L124 are coupled to total numbers of matching entries and the top results, both of which may change over time.

This leads to unexpected build failures while developing new features (annoying, misleading). We should find a compromise to decouple tests from these live values while not compromising the integrity of our testing.