emetha / dinnerplanner

0 stars 0 forks source link

Add unit/integration/e2e tests #5

Open emetha opened 3 years ago

emetha commented 3 years ago

Add Cypress.io for e2e tests.

Add Jest tests for unit/integration tests.

emetha commented 2 years ago

See: https://www.blog.duomly.com/testing-react-app-with-jest-and-enzyme/#intro-to-testing-frontend-applications

We can add four test types:

  1. unit tests
  2. component tests
  3. snapshot tests
  4. e2e tests