summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a705eff..9e44811 100644
--- a/readme.md
+++ b/readme.md
@@ -49,5 +49,10 @@ The REST interface logs can be found under /opt/app/aai-traversal/logs/rest.
# Testing AAI Functionalities
Any RESTful client such as SoapUI may be configured and setup to use for testing AAI requests.
+# Integration Tests
+In order to isolate integration tests from unit tests, `it` directory has been created under `src`.
+
+As a naming convention, All integration test classes should end with `IT` to be executed, and can be run along with all other unit tests with `mvn integration-test`
+