Cypress is an end-to-end and component testing framework which allows developers to test web applications or components, debug them visually and automatically rum them in continous integration builds.

Why do we adopt this technology?

While unit tests provide a certain amount of confidence, having a visual representation of an application or component can give even more confidence. For this reason we're using Cypress next to unit testing frameworks such as Vitest.