Skip to content

Commit 22533b2

Browse files
author
Kelvin Wijaya
authored
Update README.md
1 parent cef567c commit 22533b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@ mvn install
8585
```
8686

8787
#### Maven Test
88-
To execute unit-test with Maven command
88+
Pull centralized Unit Test-cases from the following Github url: <https://github.com/GovTechSG/test-suites-apex-api-security/tree/master> with Mavem command (in project root folder)
89+
90+
```bash
91+
mvn scm:checkout -D checkoutDirectory=src/main/resources/test-suites
92+
```
93+
94+
To execute unit-test with Maven command (in project root folder)
8995

9096
```bash
9197
mvn test

0 commit comments

Comments
 (0)