Things to consider when running visual tests in CI/CD pipelines: Container Pipeline Edition (Part 3)
What is a container based pipeline? In short, it's a pipeline where *each* task runs in a container. The benefit of this is I don't need to spend time configuring my build server or build environment with *all* the necessary dependencies and binaries needed for my pipeline.