Introduction Continuous Integration and Continuous Delivery (CI/CD) is a popular practice in modern development teams. The idea behind these concepts is to automate as much as possible from the deployment cycle with as little human interaction as possible. This is done by writing tests at several levels. Each time a change is made, the tests will run […]
↧