Cucumber is a powerful test framework that allows tests to be fronted by plain English allowing developers, testers, and business stakeholders to better communicate and collaborate. In this post, we will create a basic Cucumber suite in TypeScript.
Assessing the health of your overall system is vital when working with microservices. This post will detail how to create standardized health checks that can be used to assess the health of your service as well as any downstream dependencies.