Skip to main content

Integration tests

Our backend and frontend contain tests which cover receiving mock WebSocket messages and fully test functionality through the expected message flow.

These tests run as part of the docs deploy workflow in order to generate the coverage reports (see Unit Testing).

Latests results of the runs can be found in the logs of the coverage parts of the Deploy Docs Workflow.

An example output:

Backend:

============================= 436 passed in 5.29s ==============================

Frontend:

Test Suites: 29 passed, 29 total

Tests: 115 passed, 115 total