summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testapi/docker/Dockerfile2
-rw-r--r--testapi/opnfv_testapi/ui/Gruntfile.js1
2 files changed, 3 insertions, 0 deletions
diff --git a/testapi/docker/Dockerfile b/testapi/docker/Dockerfile
index dccc162..9c8115f 100644
--- a/testapi/docker/Dockerfile
+++ b/testapi/docker/Dockerfile
@@ -38,6 +38,8 @@ wget \
python-dev \
python-pip \
crudini \
+libxslt-dev \
+zlib1g-dev \
--no-install-recommends
RUN pip install --upgrade requests
diff --git a/testapi/opnfv_testapi/ui/Gruntfile.js b/testapi/opnfv_testapi/ui/Gruntfile.js
index ab59475..d6a2f47 100644
--- a/testapi/opnfv_testapi/ui/Gruntfile.js
+++ b/testapi/opnfv_testapi/ui/Gruntfile.js
@@ -152,6 +152,7 @@ module.exports = function (grunt) {
makeReport: {
src: '../tests/UI/coverage/*.json',
options: {
+ type: 'cobertura',
print: 'detail'
}
}