As the codebase grows, we need to increase the amount of features we're testing.
Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless) and are typically slow.
To improve the test coverage without impacting the test performances some unit testing would be required
As the codebase grows, we need to increase the amount of features we're testing. Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless) and are typically slow. To improve the test coverage without impacting the test performances some unit testing would be required