Skip to content

Commit 6018d18

Browse files
author
robmcdougall
committed
📝 Updated test_containers README to include information on debugging
1 parent 9dc083b commit 6018d18

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rest-services/test_containers/ReadMe.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ The `ff_it_test_65.dockerfile` is provided for creating an integration test envi
1414
assumes that an AEM 6.5 non-LTS base container is available with FluentForms v0.0.3 installed. It is useful to test that
1515
v0.0.3 is still compatible with the latest AEM 6.5 service packs and with the client libraries running on later versions of Java.
1616

17-
Note: On Macs, you can add `--platform linux/amd64` to the command to generate an x86_64 image since AEM only supports x86_64 Linux variants.
17+
#### Notes
18+
19+
* On Macs, you can add `--platform linux/amd64` to the command to generate an x86_64 image since AEM only supports x86_64 Linux variants.
20+
* When debugging, it is helpful to be able to see/monitor the AEM logs, examine the environment, etc. Setting the Test Containers property `testcontainers.reuse.enable=true` in `~/.testcontainers.properties` will leave the container up and running after a test run (and during subsequent test runs). See the [Test Containers Reusable Containers page](https://java.testcontainers.org/features/reuse/) for details.

0 commit comments

Comments
 (0)