gadomski / heystac

[WIP] A curated geospatial asset discovery experience™
https://www.gadom.ski/heystac/
MIT License
0 stars 0 forks source link

Tests #6

Open gadomski opened 2 weeks ago

gadomski commented 2 weeks ago

From https://github.com/gadomski/heystac/pull/8#issuecomment-2443952675:

The obvious starting points would be Jest for unit tests and either Cypress or Playwright for e2e. A year ago I would have recommended Playwright pretty unequivocally and I still would if you want to test multiple languages with the same syntax/framework. Otherwise, Cypress now has component testing that obviates React Testing Library. That is a pretty nice thing to have together in the same framework and Cypress has made their UX really nice in the last few releases.