From b551a05893bcf6ac1ff3679d3354ba106fef24bb Mon Sep 17 00:00:00 2001 From: ilanap Date: Wed, 6 Feb 2019 11:36:35 +0200 Subject: 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 --- cucumber-js-test-apis-ci/plugins/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cucumber-js-test-apis-ci/plugins/README.md') 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
  • Copy the config.json to devConfig.json
  • Replace the server and user values with the correct values

    How to run with Maven

    -
  • "mvn install" will install npm if needed, download all modules and create the documentation under the "docs" folder +
  • "mvn clean install -f dev_pom.xml" will install npm if needed, download all modules and create the documentation under the "docs" folder
  • "mvn test-and-report" will run all tests in the features folder and create an HTML report under the "reports" folder

    How to develop tests

    You can open the project in IntelliJ and Webstorm to run and develop scenarios.
    @@ -21,3 +21,9 @@ You can open the project in IntelliJ and Webstorm to run and develop scenarios.<
  • More on Cucumber
  • More on Gherkin
  • More on Cucumber-js +
    +

    How to run the docker

    +
  • "mvn clean install -P docker" will create the docker images +
  • the "docker_run.sh" script will start all ONAP images and run the cucumber docker against them +
  • 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) + -- cgit 1.2.3-korg