From f657f8d9860fd2f55eedd290e54dee9ca43082d6 Mon Sep 17 00:00:00 2001 From: shreelakshmijoshi Date: Mon, 12 Aug 2024 15:16:20 +0530 Subject: [PATCH] Update file --- docs/SETUP-and-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SETUP-and-Installation.md b/docs/SETUP-and-Installation.md index 8cb6d3b7..04860cc3 100644 --- a/docs/SETUP-and-Installation.md +++ b/docs/SETUP-and-Installation.md @@ -176,7 +176,7 @@ $ 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](unitTest.cast) and could be replayed using: +4. A sample recording to execute unit test is available [here](https://github.com/datakaveri/iudx-acl-apd/blob/main/unitTest.cast) and could be replayed using: `asciinema play unitTest.cast`