Add skipped TCs in the portal's result report 75/67175/5
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>
Tue, 5 Mar 2019 12:43:27 +0000 (14:43 +0200)
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>
Fri, 8 Mar 2019 12:41:19 +0000 (14:41 +0200)
commit3b78fa2aeb6c69efb86c68ba5f6c7d7efccfb024
tree9753d6d174855e60693efd263abea7eeedfe864e
parent90cb4dca7713f84154fe2ad4c2f5e7145560f3c7
Add skipped TCs in the portal's result report

Since the dovetail supports the 'SKIP' verdict for the results,
the OVP portal should be updated in order to collect and display the
skipped testcases and sub-testcases properly.

The report of results has been improved, so that a third column is
introduced for skipped results (Passed, Skipped, Not Passed).

JIRA: DOVETAIL-765

Change-Id: Ia1a0d8bd732814137e495dc4c6ef5ebb0ef0ed73
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
3rd_party/static/testapi-ui/components/home/homeController.js
3rd_party/static/testapi-ui/components/results-report/partials/reportDetails.html
3rd_party/static/testapi-ui/components/results-report/resultsReportController.js
3rd_party/static/testapi-ui/components/results/resultsController.js