From: sebdet Date: Tue, 16 Oct 2018 15:47:54 +0000 (+0200) Subject: Add javascript test X-Git-Tag: 3.0.1~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e442200bcfed06d52821ec735850ad817ef69dfc;hp=78fd76a76a1ba19fea56ca33b6d700e365b9d508;p=clamp.git Add javascript test Add first javascript test and Jest Framework to execute the javascript testing on the clamp UI Issue-ID: CLAMP-235 Change-Id: Ie3475ebf450d0d7d4cd01de9c04eed44176932a2 Signed-off-by: sebdet --- diff --git a/pom.xml b/pom.xml index 7e748a6c..7f4f5d9e 100644 --- a/pom.xml +++ b/pom.xml @@ -69,13 +69,15 @@ 2.22.0 2.0.3.RELEASE - java jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec ${project.build.directory}/coverage-reports/jacoco-it.exec true + ${project.build.directory}/clamp-ui/coverage/lcov.info ${project.version} + src/main,${project.build.directory}/clamp-ui/designer + src/main/resources/**,**/clamp-ui/designer/lib/* localhost:5000 nexus3.onap.org:10001 @@ -619,6 +621,21 @@ false example/sdc + + + + src/test/javascript + + **/**.json + + true + ${project.build.directory}/clamp-ui + + + src/main/resources/META-INF/resources/designer + false + ${project.build.directory}/clamp-ui/designer +