From 121686140127d3f79bbfa2623c3176ad077a7978 Mon Sep 17 00:00:00 2001 From: Joe Flack Date: Sun, 29 Oct 2023 17:30:10 -0400 Subject: [PATCH] - Docs: Updated testing documentation --- docs/developer.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/developer.md b/docs/developer.md index 15cf1183c..0987322db 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -3,9 +3,12 @@ ### [Backend](../backend/README.md) ### Testing -#### Running tests -Backend: `python -m unittest discover` -Frontend: `npm test` +#### Backend tests +Can be run locally via `python -m unittest discover`. There is also a GitHub action to run them. +#### Frontend tests +We currently don't have a unit test suite. +We do have some end-to-end test workflows. Can run them locally via `make test-frontend`, but if you check the makefile, +you can see alternative commands (e.g. debugging). There is also a GitHub action for this. ### Database #### Refreshing database contents from sources