-
Notifications
You must be signed in to change notification settings - Fork 306
Closed
Labels
Description
We still have the test setup leftovers in the app so we should make them work again. So components can either have a Storybook story, or a dedicated unit test with react-testing-library.
So the current npm test just needs to succeed.
Ideally we get full unit testing coverage, and ave additional integration test runs.
After this is all setup, the branch protections should be updated to not allow any regression of coverage.
Better alternative: add integration testing with Cypress as we had in Commons for the very basic user flows:
- publish
- search
- consume
This is way more valuable to catch errors