diff options
author | ilanap <ilanap@amdocs.com> | 2019-02-06 11:36:35 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-02-07 08:39:42 +0000 |
commit | b551a05893bcf6ac1ff3679d3354ba106fef24bb (patch) | |
tree | 1ac0d1538ccf5a6fdfa4893b14e9ca2c570503bc /cucumber-js-test-apis-ci/plugins | |
parent | 705419d32937600738b2422913beee3641c9716f (diff) |
Fixes to docker run
with summary report for cucumber to be inserted into emails
Change-Id: I2b65410a7dddf7cfe2f897db43d77809eaf9cb9e
Issue-ID: SDC-2028
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'cucumber-js-test-apis-ci/plugins')
-rw-r--r-- | cucumber-js-test-apis-ci/plugins/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cucumber-js-test-apis-ci/plugins/README.md b/cucumber-js-test-apis-ci/plugins/README.md index 956fe77276..a57d61b1bb 100644 --- a/cucumber-js-test-apis-ci/plugins/README.md +++ b/cucumber-js-test-apis-ci/plugins/README.md @@ -7,7 +7,7 @@ The Modules on the left contains all steps for particalar aress and/or explanati <li> Copy the config.json to devConfig.json <li> Replace the server and user values with the correct values <h3>How to run with Maven</h3> -<li>"mvn install" will install npm if needed, download all modules and create the documentation under the "docs" folder +<li>"mvn clean install -f dev_pom.xml" will install npm if needed, download all modules and create the documentation under the "docs" folder <li>"mvn test-and-report" will run all tests in the features folder and create an HTML report under the "reports" folder <h3>How to develop tests</h3> You can open the project in IntelliJ and Webstorm to run and develop scenarios.<br> @@ -21,3 +21,9 @@ You can open the project in IntelliJ and Webstorm to run and develop scenarios.< <li> More on <a href="https://cucumber.io/docs/reference">Cucumber</a> <li> More on <a herf="https://github.com/cucumber/cucumber/wiki/Gherkin">Gherkin</a> <li> More on <a href="https://github.com/cucumber/cucumber-js">Cucumber-js</a> +<br> +<h3>How to run the docker</h3> +<li>"mvn clean install -P docker" will create the docker images +<li>the "docker_run.sh" script will start all ONAP images and run the cucumber docker against them +<li> environment variables that can be set to change the server/version: IMAGES_TAG (default 1.4-STAGING-latest), TEST_CI_BE_HOST (deafult - machine IP), TEST_CI_CATALOG_PORT (default 8080) + |