Continuous Integration | Playwright
Introduction
Bitbucket Pipelines runs your builds in Docker containers. These containers run a Docker image that defines the build environment.
Introduction
This weekend I took the time to play with Bitbucket Pipelines, a new feature from Bitbucket. Often, my goal with my setup is “get something simple up and running simply”. This is why I like hosting on Bitbucket (free private repositories), and the pipeline’s feature now lets me get a simple CI pipeline up, without involving extra tools. With a…