Depends on D4250
I changed my approach a bit when it comes to testing the services.
I divided the tests into two groups:
- unit tests
- integration tests
Now, if you want to run the tests for one service/all services, you'll do something like this:
yarn run-unit-tests backup yarn run-integration-tests backup yarn run-unit-tests blob yarn run-integration-tests blob yarn run-unit-tests all yarn run-integration-tests all