From 79214841f306875373a420fe3d7abbda4f236347 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 30 Nov 2017 23:32:54 +0200 Subject: [PATCH] Specify that docker-compose.test.yml file structure is similar to docker-cloud.yml (#5417) It seems unclear from documentation what format and other options the docker-compose.test.yml may have. By specifying that its structure is similar to docker-cloud.yml developers will get a hint of where to search for further docker-compose.test.yml specification. --- docker-cloud/builds/automated-testing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index 6e0a2612fa..03be03b169 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -19,8 +19,9 @@ built images to your Docker Cloud repository, enable [Automated Builds](automate ## Set up automated test files To set up your automated tests, create a `docker-compose.test.yml` file which -defines a `sut` service that lists the tests to be run. The -`docker-compose.test.yml` file should be located in the same directory that +defines a `sut` service that lists the tests to be run. This file has a structure +similar to the [docker-cloud.yml](https://docs.docker.com/docker-cloud/apps/stack-yaml-reference/). +The `docker-compose.test.yml` file should be located in the same directory that contains the Dockerfile used to build the image. For example: