Happy Employees == Happy ClientsCAREERS AT DEPT®

Tim Durkee

A collection of 1 post

Setting up Integration Tests for a Django backend & React frontend
python

Setting up Integration Tests for a Django backend & React frontend

With a React frontend, Django isn't responsible for the frontend and doesn't know how to start the frontend process. This causes the tests to fail due to there being no frontend to interact with. To fix the failing tests we need to have the frontend running when running the integration tests.

Tim Durkee5 min read
Keep Reading