DEV Community

Cover image for In CI, Run Fast and Fundamental Tests First

In CI, Run Fast and Fundamental Tests First

Marko Anastasov on November 26, 2019

While it’s great to keep your CI/CD process fast, on many occasions you don’t even need to run all tests to get the feedback you need. Unit tests ...
Collapse
 
lbayliss profile image
Luke Bayliss

I love having separated test steps in my builds. When I joined my current team I broke down the single step into stages for unit tests and e2e tests. Everyone thought I was crazy at first but they’ve all come around to see why I wanted to do it this way!