From ebe2f920c5dffdcfc04aad44b0a96781e694768d Mon Sep 17 00:00:00 2001 From: Vlada <80091744+vladae36@users.noreply.github.com> Date: Thu, 27 May 2021 13:44:50 +0200 Subject: [PATCH] minor md updates --- TEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEST.md b/TEST.md index c09a886..f80e766 100644 --- a/TEST.md +++ b/TEST.md @@ -7,7 +7,7 @@ so you do not need to install java or gradle on your local machine: cd ebics-java-service; mkdir ./app; docker run -it -v $PWD:/app -w /app gradle:6-jdk8-hotspot gradle test -See `./build/reports/tests/test/index.html` for test results. With minimum Java 8 and Maven run tests directly with `gradle test` +On your host machine, test results are stored `./build/reports/tests/test/index.html`, test documents are stored in `./out`. With minimum Java 8 and Maven run tests on your host machine with `gradle test`, again see `./build/reports/tests/test/index.html` for test results. See [here](https://github.com/element36-io/ebics-java-client/blob/master/README.md) how to run tests on ebics-java-client.