From bd76c092d9929aa69682767855ba47b1ccc627d8 Mon Sep 17 00:00:00 2001 From: ilanap Date: Mon, 19 Feb 2018 10:36:26 +0200 Subject: Fix for adding BDD prefixes for for download Change-Id: Id796408470330300f79120ba5d39987989aff206 Issue-ID: SDC-990 Signed-off-by: ilanap --- openecomp-bdd/plugins/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'openecomp-bdd/plugins') diff --git a/openecomp-bdd/plugins/README.md b/openecomp-bdd/plugins/README.md index 50d4758042..118e02974b 100644 --- a/openecomp-bdd/plugins/README.md +++ b/openecomp-bdd/plugins/README.md @@ -4,8 +4,12 @@ This is the documentation for using the BDD testing framework for SDC.
The Modules on the left contains all steps for particalar aress and/or explanations of what they do.


How to set the server

-
  • Either update the config.json file and set the server -
  • Or set the SERVER environment variable and it will override the configuration file +
  • Create a "devConfig.json" file under the openecomp-bdd directory with the following content and replace the placeholders: +{ + "server": "[YOUR_SERVER]", + "user": "[USER_ID_FOR_APPLICATION]" +} +
  • Or set the SERVER and USER environment variables and it will override the configuration file

    How to run with Maven

  • "mvn install" 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 -- cgit 1.2.3-korg