aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/plugins/README.md
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2019-10-02 12:08:49 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-03-15 08:50:31 +0000
commit6dc58fd625279f8ffe1060170418686034db0af4 (patch)
tree808e3da56a509eaedcaa05fd303ec7cf53cbb6b5 /workflow-bdd/plugins/README.md
parentcdff1c49539736b0bf16c119ba158ff776a3d5c9 (diff)
Fix name convention issue
Rename modules: workflow-designer-init to sdc-workflow-designer-init workflow-designer-be to sdc-workflow-designer-be workflow-designer-ui to sdc-workflow-designer-ui Rename docker images: onap/workflow-init to onap/sdc-workflow-init onap/workflow-backend to onap/sdc-workflow-backend onap/workflow-frontend to onap/sdc-workflow-frontend List of changed files: modified: README.md modified: docker-compose/debug.yml modified: docker-compose/docker-compose.yml modified: pom.xml modified: sdc-workflow-bdd/pom.xml modified: sdc-workflow-designer-be/pom.xml modified: sdc-workflow-designer-init/pom.xml modified: sdc-workflow-designer-ui/pom.xml modified: sdc-workflow-designer-ui/src/main/frontend/yarn.lock modified: version.properties All others changes are relaited to rename/move. Change-Id: Ic989b6347b815f85e77e23fc8d7884c05b650a27 Issue-ID: SDC-2334 Issue-ID: SDC-2335 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Diffstat (limited to 'workflow-bdd/plugins/README.md')
-rw-r--r--workflow-bdd/plugins/README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/workflow-bdd/plugins/README.md b/workflow-bdd/plugins/README.md
deleted file mode 100644
index 956fe772..00000000
--- a/workflow-bdd/plugins/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-<br>
-<h1>Welcome!</h1>
-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 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
-<h3>How to develop tests</h3>
-You can open the project in IntelliJ and Webstorm to run and develop scenarios.<br>
-<li><b>You will need to install the Cucumber.Js plugin</b> In order to install, go to "Settings/Plugins". If cucumber.js in not on the list, go to "Browse repositories.." and install .
-<li>First time only: Right click on feature file and try to run. Now go to "Run/edit configurations" and set the "executable path" to the "node_modules\.bin\cucumber-js.cmd" under your current project.
-<li>Now you can run the feature files by right clicking on the file and selecting "Run" from IDEA.<br>
-<li>Add to existing scenarios or create new files under the "features" directory for additional tests
-<br>
-<li>You can also run a specific test from the command line by running "npm run test -- [features/path to file]
-<h3>More Information</h3>
-<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>