🧪 Testing Strategy

Frontend

- React Testing Library
- Snapshot and behavior testing
- Coverage: 90%+
- e2e - playwright

Coverage UIKit

Backend

- Jest
- Unit and integration tests
- Coverage: 80%+
- e2e - jest

Coverage UIKit

CI Integration

- Tests executed on pre-commit
- Pipeline with tests and lint runs on every pull request creation