Skip to content
Valhe Kouneli edited this page Jun 29, 2018 · 2 revisions

Test coverage on 29.6.2018

Frontend

Frontend has snapshot tests for all current pages except for(?) CoursePage's student side (the test is broken). They test if the page renders correctly, if the state is some given state. Current frontend test do not test, for example, if the state changes correctly.

Backend

Backend tests test, if backend is running, and if a non-logged-in user does not get into the system.

Other

Most of the testing is done manually.