Didn't we miss something?
Even though we haven't change any backend code, shouldn't we run a test on the backend to make sure everything works? As a matter of fact, it is always recommended to run all of the tests before committing the code, because it is the only way to make sure there are no breaks in the application, which is especially important before leaving the office late in the night after a long day of coding. People make mistakes, but automated tests won't.
There is one issue in our case. Right now, every time we need to run all of the tests, including those of the backend and those of the frontend, we have to do it separately, which is not ideal. A preferred way is to use a single command to run all of the tests of both the backend ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access