Adding BDD cucumber testing component 21/30221/4
authorilanap <ilanap@amdocs.com>
Sun, 4 Feb 2018 15:06:22 +0000 (17:06 +0200)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Thu, 8 Feb 2018 09:30:17 +0000 (09:30 +0000)
commit637206b5e05910cc3bdd64bbd35d296ce282524c
treecec62c6939197229fd69fde997f9ed8d27d654e4
parent20074c4e75e926977b25d57bebf841f44ada12a0
Adding BDD cucumber testing component

Change-Id: I4fd7eb798cbc7cad85562453fb0a6f74fd12ff5b
Issue-ID: SDC-990
Signed-off-by: ilanap <ilanap@amdocs.com>
46 files changed:
openecomp-bdd/.gitignore [new file with mode: 0644]
openecomp-bdd/README.txt [new file with mode: 0644]
openecomp-bdd/config.json [new file with mode: 0644]
openecomp-bdd/cucumber.js [new file with mode: 0644]
openecomp-bdd/features/Example_Collaboration.feature [new file with mode: 0644]
openecomp-bdd/features/Example_HEAT.feature [new file with mode: 0644]
openecomp-bdd/features/Example_ResponseData_CheckAndManipulation.feature [new file with mode: 0644]
openecomp-bdd/features/Example_Rest_Calls.feature [new file with mode: 0644]
openecomp-bdd/features/Example_ToscaTranslationFlow.feature [new file with mode: 0644]
openecomp-bdd/features/Example_VLM.feature [new file with mode: 0644]
openecomp-bdd/features/Example_VSP.feature [new file with mode: 0644]
openecomp-bdd/features/TOSCA/CapabilityDataType.feature [new file with mode: 0644]
openecomp-bdd/features/TOSCA/HeatToToscaTranslation.feature [new file with mode: 0644]
openecomp-bdd/features/TOSCA/HeatValidation.feature [new file with mode: 0644]
openecomp-bdd/package.json [new file with mode: 0644]
openecomp-bdd/plugins/README.md [new file with mode: 0644]
openecomp-bdd/plugins/jsdoc_config.json [new file with mode: 0644]
openecomp-bdd/plugins/reporter.js [new file with mode: 0644]
openecomp-bdd/plugins/steps.js [new file with mode: 0644]
openecomp-bdd/pom.xml [new file with mode: 0644]
openecomp-bdd/report/.gitignore [new file with mode: 0644]
openecomp-bdd/resources/downloads/.gitignore [new file with mode: 0644]
openecomp-bdd/resources/downloads/VSPPackage.zip [new file with mode: 0644]
openecomp-bdd/resources/downloads/base_mux.zip [new file with mode: 0644]
openecomp-bdd/resources/json/createVF.json [new file with mode: 0644]
openecomp-bdd/resources/json/createVLM.json [new file with mode: 0644]
openecomp-bdd/resources/json/createVSP.json [new file with mode: 0644]
openecomp-bdd/resources/uploads/BASE_MUX.zip [new file with mode: 0644]
openecomp-bdd/resources/uploads/NEW_NC_with_manifest.zip [new file with mode: 0644]
openecomp-bdd/resources/uploads/errorHeat.zip [new file with mode: 0644]
openecomp-bdd/resources/uploads/zipWithExternalPort.zip [new file with mode: 0644]
openecomp-bdd/resources/yaml/CB_BASE.yaml [new file with mode: 0644]
openecomp-bdd/resources/yaml/Nested_FSB1ServiceTemplate.yaml [new file with mode: 0644]
openecomp-bdd/stepDefinitions/Collaboration_Steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/General_Steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/InputData_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/Item_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/NetworkPackage_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/Questionnaire_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/REST_Steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/Utils.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/VF_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/VLM_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/VSP_steps.js [new file with mode: 0644]
openecomp-bdd/stepDefinitions/world.js [new file with mode: 0644]
openecomp-bdd/yarn.lock [new file with mode: 0644]