BDD cucumber 01/55301/1
authorayalaben <ayala.benzvi@amdocs.com>
Sun, 24 Jun 2018 07:42:43 +0000 (10:42 +0300)
committerayalaben <ayala.benzvi@amdocs.com>
Sun, 24 Jun 2018 07:42:43 +0000 (10:42 +0300)
commit3fb47c47b301bf8f401cabf63b13f17a39182d85
treecef77fe574ee1c24ad4da42149fea42cedd8e450
parent61c926695f5bd5977dc10a77010b0500a16bb6a1
BDD cucumber

Change-Id: I34f9950dab1c15f8c19da5f696783d793ee3511f
Issue-ID: SDC-1442
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
24 files changed:
workflow-bdd/.gitignore [new file with mode: 0644]
workflow-bdd/README.txt [new file with mode: 0644]
workflow-bdd/config.json [new file with mode: 0644]
workflow-bdd/cucumber.js [new file with mode: 0644]
workflow-bdd/features/Workflow_Create_Update.feature [new file with mode: 0644]
workflow-bdd/package.json [new file with mode: 0644]
workflow-bdd/plugins/README.md [new file with mode: 0644]
workflow-bdd/plugins/jsdoc_config.json [new file with mode: 0644]
workflow-bdd/plugins/reporter.js [new file with mode: 0644]
workflow-bdd/plugins/steps.js [new file with mode: 0644]
workflow-bdd/pom.xml [new file with mode: 0644]
workflow-bdd/resources/json/createVLM.json [new file with mode: 0644]
workflow-bdd/resources/json/createVSP.json [new file with mode: 0644]
workflow-bdd/stepDefinitions/Collaboration_Steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/General_Steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/InputData_steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/InterfaceOperationSteps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/Item_steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/REST_Steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/Utils.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/VLM_steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/VSP_steps.js [new file with mode: 0644]
workflow-bdd/stepDefinitions/world.js [new file with mode: 0644]
workflow-designer-be/src/main/java/org/onap/sdc/workflow/services/impl/WorkflowManagerImpl.java