Please review and add tools that we need to evaluate:
Solution | Infrastructure | Best used for | Comments |
---|---|---|---|
BigTest |
| Integration | Retrospective page |
Nightmare | e-2-e | ||
Cypress |
| ||
Jest | Unit | ||
React Testing Library |
| cross-browser, Unit, e-2-e? integration? | This spike would essentially replace BigTest with React Testing Library/DOM testing Library. It can be set up to work with either Jest or in a real browser. The spike should investigate testing at the unit, component, module, and platform level of FOLIO. Asynchronus capabilities are there, the possibility of creating interactors with it should be examined. https://testing-library.com/docs/guiding-principles |
Nightwatch |
| e-2-e, cross-browser testing | |
Anything else? |