Optimizing our Testing Workflow
A tutorial on testing
In many of previous articles we talk about the importance of testing. In this article, we wanted to break down how we have tried to optimize our testing workflow. To achieve this, we will first talk about testing and its importance. Then, we will talk about when to choose to each test. Finally, we will put it all together with a discussion of how we can use git hooks to automate this…