From 4fbc4a143f287a537e6614df5126978338ed0d93 Mon Sep 17 00:00:00 2001 From: shreelakshmijoshi Date: Tue, 13 Aug 2024 21:25:36 +0530 Subject: [PATCH] Update file --- docs/SETUP-and-Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/SETUP-and-Installation.md b/docs/SETUP-and-Installation.md index 401ef99d..f41f9d97 100644 --- a/docs/SETUP-and-Installation.md +++ b/docs/SETUP-and-Installation.md @@ -195,10 +195,10 @@ $ java ACL_APD_JAVA_OPTS -jar target/iudx.iudx.apd.acl.server-cluster-0.0.1-SNAP 2. Run the unit tests and generate a surefire report `mvn clean test-compile surefire:test surefire-report:report` 3. Jacoco reports are stored in `./target/` -4. A sample recording to execute unit test is available [here](https://github.com/datakaveri/iudx-acl-apd/blob/main/unitTest.cast) -

- -

+
+Here is a sample recording to execute unit test + ![](../example-tutorials/unitTest.gif) + ### Integration Testing