Guides

Articles on using Buddy in CI/CD

Develop, Test, and Deploy Your Symfony Project: A Step-by-Step Guide

Develop, Test, and Deploy Your Symfony Project: A Step-by-Step Guide

Learn how to create a Symfony project, write tests with PHPUnit, set up a view with Twig, and deploy to an EBS environment. Improve your development process with continuous integration and deployment

Scalable Docker Ecosystem with Buddy

Scalable Docker Ecosystem with Buddy

Learn how to create a scalable Docker environment with a Docker registry and Buddy.

How to track code coverage with SonarQube and Buddy

How to track code coverage with SonarQube and Buddy

Learn how to reliably monitor your code coverage using SonarQube with Buddy.

How to run and automate visual tests on your website

How to run and automate visual tests on your website

Learn how to configure a pipeline that will build your application and perform automated visual tests in the staging environment.

How to speed up building Docker images

How to speed up building Docker images

Learn how to properly structure Docker layers in the Dockerfile, reduce the weight of the Docker image, and automate building images with pipelines.

How to use git-crypt to secure sensitive data

How to use git-crypt to secure sensitive data

Learn how to secure repository files with git-crypt and automatically decrypt and encrypt data on every pipeline execution.

How to run Selenium tests with Maven and Docker

How to run Selenium tests with Maven and Docker

Learn how to run Selenium tests on a Dockerized application with Maven and microservices.

How to run Docker PHP integration tests

How to run Docker PHP integration tests

Buddy allows for easy and effortless test builds using docker. Learn how to run Docker PHP application tests