summaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/plugins/README.md
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2018-04-25 13:39:19 +0300
committerilanap <ilanap@amdocs.com>2018-04-25 13:39:19 +0300
commitad3c41b5693b4f0b2a151e9c3221551e24f8264d (patch)
tree61eb7da7c28eb49c79a7df3991cf0e41c67dcf42 /openecomp-bdd/plugins/README.md
parentc3c481660d3494fccfafcd3bacd3f5b8cd3ecd8e (diff)
Fix for BDD multiple servers
Change-Id: Ibfc9813e471d4ac2509ee5e62828a07661cc704e Issue-ID: SDC-1262 Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'openecomp-bdd/plugins/README.md')
-rw-r--r--openecomp-bdd/plugins/README.md10
1 files changed, 3 insertions, 7 deletions
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.<br>
The Modules on the left contains all steps for particalar aress and/or explanations of what they do.<br>
<br><br>
-<h3>How to set the server</h3>
-<li> 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]"
-}
-<li> Or set the SERVER and USER environment variables and it will override the configuration file
+<h3>How to set the server configuration</h3>
+<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 test-and-report" will run all tests in the features folder and create an HTML report under the "reports" folder