-
Notifications
You must be signed in to change notification settings - Fork 4
Tests
Valhe Kouneli edited this page Jun 29, 2018
·
2 revisions
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 tests test, if backend is running, and if a non-logged-in user does not get into the system.
Most of the testing is done manually.