article thumbnail

A major revision of Continuous Integration

Martin Fowler

At the turn of the century, I was lucky to involved in several projects that developed the practice of Continuous Integration. I wrote up our lessons from this work in article on my website, where it continues to be a oft-referenced resource for this important practice.

article thumbnail

Continuous integration for Symfony applications with Behat

CircleCI

In this tutorial, we will set up a continuous integration pipeline for a Symfony application with a functional test powered by Behat. It comes with a boilerplate that we can build on and it configures the test suite that will tell Behat where to find and how to test our application. Symfony remains one of the top PHP frameworks.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Getting started with continuous integration for Nest.js APIs

CircleCI

The next thing to do is to add the configuration file to set up continuous integration with CircleCI. To facilitate the continuous integration process, navigate to GitHub, and create a new repository with a similar name to your project, in this case, nest-starter-testing. and wrote the tests for its business logic.

article thumbnail

Continuous integration for Angular applications

CircleCI

Automating Angular tests with continuous integration. Automated testing is the foundation of your continuous integration practice. In this tutorial, I will show you how to automate the testing of an Angular application. This tutorial covers: Setting up a sample Angular application.

article thumbnail

The AI Superhero Approach to Product Management

Speaker: Conrado Morlan

Saving the Day 🏆 Case studies demonstrating how successful AI implementation can solve common product management challenges and provide data-driven insights. The Future of Product Management 🔮 How to continuously integrate AI into your work to stay ahead of emerging trends and technologies.

article thumbnail

Continuous integration with GitOps

CircleCI

On one hand, you must quickly adapt to evolving requirements, while on the other, your applications need to operate continuously without downtime. Among other initiatives, continuous integration (CI) and continuous delivery (CD) are intgegral to any DevOps practice. Continuous integration using GitOps - an example.

article thumbnail

Feature Toggles & Trunk Based Development – How To, and more Importantly, How NOT to

Agile Alliance

Feature Toggles are mainly known for and used as an enabler for Trunk based Development which promotes and enables continuous integration(CI). The … Continued. The post Feature Toggles & Trunk Based Development – How To, and more Importantly, How NOT to first appeared on Agile Alliance.