The code coverage for tests is zero in the platform currently. All three types of tests - unit, integration and e2e - need to be added.
- Unit: test each of the small features involved in the working of the platform
- Integration: frontend is communicating well with the nostr-tools protocol functions and the relays
- E2E - cypress UI tests that cover all the major features and processes
The code coverage for tests is zero in the platform currently. All three types of tests - unit, integration and e2e - need to be added.