Skip to content

Commit 786c49b

Browse files
committed
Update README.md
1 parent 5a84e52 commit 786c49b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

itest/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ There are two ways to setup Artifactory for the integration tests:
1111
* Set **environment variables** or **system properties**.
1212

1313
Available Project Properties:
14-
* ARTIFACTORY_URL - Artifactory address [Madatory]
15-
* ARTIFACTORY_USER - Artifactory user [Madatory]
16-
* ARTIFACTORY_PASSWORD - Artifactory user password [Madatory]
17-
* TEST_CONFIGURATION_PATH - Path to the test configuration file
14+
* ARTIFACTORY_URL - Artifactory address
15+
* ARTIFACTORY_USER - Artifactory user
16+
* ARTIFACTORY_PASSWORD - Artifactory user password
17+
* TEST_CONFIGURATION_PATH - Path to the test configuration file [Optinal, the defualt path is in the project resources]
1818

1919
### Setup Docker
2020
Basically this project interact with Docker via his Remote API.
@@ -62,7 +62,7 @@ There are two ways to use this annotation:
6262
* Give `registry` and `repo` input in order to fetch the image from docker registry
6363
* Give docker file path (`dockerFilePath`) in order to build the image from it
6464

65-
Either way image ID (`imageId`) is mandatory, `containerPort` is the port that is exposed from the container, `hostPort` is the port that is mapped from the container to the host.
65+
Either way image ID (`imageId`) is mandatory, `containerPort` is the port that exposed from the container, `hostPort` is the port that is mapped from the container to the host.
6666

6767

6868

0 commit comments

Comments
 (0)