Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 262 Bytes

tests.md

File metadata and controls

8 lines (6 loc) · 262 Bytes

Tests

The project uses 4 types of tests:

Regular unit tests with jest - npm run test:unit Component tests with React Testing Library - npm run test:unit Screenshot testing with loki - npm run test:ui End-to-end (e2e) testing with Cypress - npm run test:e2e