Skip to content

Latest commit

 

History

History

test

Tests

Full stack test suite


Setup

  1. Install dependencies yarn

  2. Run the service yarn start

    Make sure to delete the db container to make sure it rebuilds for testing


Testing

Functional

  • Framework – Jest
  • Usage – Test UI w/ snapshots and mocking
  • Run yarn functional

Integration

  • Framework – Jest
  • Usage – Test all the API endpoints for roles, data access, and function
  • Run yarn integration

Performance

  • Framework – K6
  • Usage – Stress and Load test the application
  • Run yarn performance