mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 05:52:04 +00:00
545 B
545 B
Outline Server Image Integration Test
This folder contains the integration test for the Outline Server image.
To build and test the image:
task shadowbox:integration_test
For development of the test, or to test a specific image, you may prefer calling the test directly, without the build step:
./task shadowbox:test_image IMAGE_NAME=quay.io/outline/shadowbox:stable
If you prefer to use Podman instead of Docker, set the DOCKER=podman environment variable:
DOCKER=podman task shadowbox:integration_test