Setting up Bitbucket Pipelines with proper caching of NPM and Cypress
This is a guest post from Ondřej Janošík, co-owner of Notum Technologies,
full-stack developer and clean code enthusiast based in the Czech Republic.
Bitbucket Pipelines & Deployments is integrated CI/CD for Bitbucket Cloud that’s
trivial to set up, automating your code from test to production (at least that’s
what the official site says). However, setting up your pipelines with right
commands and right caching in order to be as fast as possible requires some
time. In this article, I am going t
Read more