top of page

We are testing using cypress to verify and test all our system stack. Each use case path test consists of integration tests for the application pages and the major components, structural and behavioral unit tests for the atomic components, and API tests for the backend. This way, we provide high confidence and certainty for CI development.

bottom of page