From ad3c41b5693b4f0b2a151e9c3221551e24f8264d Mon Sep 17 00:00:00 2001 From: ilanap Date: Wed, 25 Apr 2018 13:39:19 +0300 Subject: Fix for BDD multiple servers Change-Id: Ibfc9813e471d4ac2509ee5e62828a07661cc704e Issue-ID: SDC-1262 Signed-off-by: ilanap --- openecomp-bdd/plugins/README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'openecomp-bdd/plugins/README.md') diff --git a/openecomp-bdd/plugins/README.md b/openecomp-bdd/plugins/README.md index 118e02974b..956fe77276 100644 --- a/openecomp-bdd/plugins/README.md +++ b/openecomp-bdd/plugins/README.md @@ -3,13 +3,9 @@ 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

-
  • 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 set the server configuration

    +
  • 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 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