This guide explains how to execute the integration test suite in an environment where docker
or docker-compose
are unavailable. Ensure neither tool is installed before continuing. If either command prints a version number, use the container-based workflow instead.
# Check for docker and docker-compose
command -v docker && docker --version
command -v docker-compose && docker-compose --version