Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 584 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 584 Bytes

This project was bootstrapped with Create React App and subsequently wrapped by CRACO

Notes

  • PORT: 6042 (defined in .env and cypress.json )
  • CRACO used to extend packages that require access to webpack without ejecting
  • Test Runner is Cypress

    • Unit Testing is enhanced via a Cypress plugin that allows individual components to be mounted and then tested.

    • Code Coverage available in /coverage (depenant on what tests last run)

  • Material-UI