From 637206b5e05910cc3bdd64bbd35d296ce282524c Mon Sep 17 00:00:00 2001 From: ilanap Date: Sun, 4 Feb 2018 17:06:22 +0200 Subject: Adding BDD cucumber testing component Change-Id: I4fd7eb798cbc7cad85562453fb0a6f74fd12ff5b Issue-ID: SDC-990 Signed-off-by: ilanap --- openecomp-bdd/pom.xml | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 openecomp-bdd/pom.xml (limited to 'openecomp-bdd/pom.xml') diff --git a/openecomp-bdd/pom.xml b/openecomp-bdd/pom.xml new file mode 100644 index 0000000000..69eadf36a5 --- /dev/null +++ b/openecomp-bdd/pom.xml @@ -0,0 +1,120 @@ + + 4.0.0 + + org.openecomp.sdc + onboarding-cucumber + cucumber-report + 1.2.0-SNAPSHOT + + + org.openecomp.sdc + sdc-onboarding + 1.2.0-SNAPSHOT + ../onboarding + + + + + + maven-clean-plugin + 2.6.1 + + + clean.dist.folder + clean + + clean + + + + + ${basedir}/report + + **/* + + + + ${basedir}/resources/downloads + + **/* + + + + ${basedir}/docs + + **/* + + + + + + + + + + + + + com.github.eirslett + frontend-maven-plugin + 1.6 + + + ${project.parent.parent.basedir} + + + + + + install node and yarn + + install-node-and-yarn + + + v9.4.0 + v1.3.2 + + + + + yarn run install + + yarn + + + install + + + + yarn run cucumber docs + + yarn + + + false + run cucumber-docs + + + + + yarn run cucumber test + + yarn + + + false + run test-and-report + + test + + + + + + + + + + -- cgit 1.2.3-korg