From a03b553eacdc931afe9856c6822ea124f4f1ed24 Mon Sep 17 00:00:00 2001 From: Sakala Venkata Krishna Rohit Date: Wed, 9 May 2018 23:00:03 +0530 Subject: Adding cobertura support for UI coverage Adding a new parameter 'type' in protractor coverage to generate xml format for Jenkins. JIRA: RELENG-382 Change-Id: I365ffd27a5efa61eb9e7639fac6301f2a423b1c1 Signed-off-by: Sakala Venkata Krishna Rohit --- testapi/opnfv_testapi/ui/Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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' } } -- cgit 1.2.3-korg