coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

[#14] Add tooling for unit, integration, and accessibility tests #48

Closed braxex closed 8 months ago

braxex commented 8 months ago

Summary

Addresses #14

Type of change

How To Test

  1. Pull changes
  2. Run yarn
  3. Run unit tests (yarn test:cov) and verify that all unit tests pass
  4. Spin up locally
  5. Run integration tests (yarn test:cy:open) and verify that all integration tests pass

Checklist: