aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2021-02-18 20:46:24 +0100
committerIgor Dysko <igor1.dysko@orange.com>2021-02-18 20:46:24 +0100
commit1af5666722188c59df4a66f4f7a044c0f768c2b1 (patch)
treef0e8d733709b631b8f6ac9ded12ff8aedc3ba90a
parent394d606e0601c939fb7b8180135501917ec68e71 (diff)
Sonar coverage report for graphgraph
Added running of npm test Issue-ID: AAI-2713 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: Icdfda17183292d677aee0c1a676d9e781dd9c3f0
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9bea143..29089e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,6 +239,17 @@
<arguments>run build</arguments>
</configuration>
</execution>
+ <execution>
+ <id>npm test</id>
+ <goals>
+ <goal>npm</goal>
+ </goals>
+ <phase>test</phase>
+ <configuration>
+ <workingDirectory>${project.basedir}/graphgraph-fe</workingDirectory>
+ <arguments>test</arguments>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>