iamakshayshar / SoapUI-Extentter

This is an easy utility create to generate extent report & Klov reports based on SOAPUI project execution. This utility supports SOAPUI PROJECT execution report, SOAPUI TESTSUITE execution report & SOAPUI Individual TESTCASE execution report
https://iamakshayshar.github.io/
Apache License 2.0
4 stars 4 forks source link

Report dashboard provides count of test-suites as `tests` and test-cases as `test-steps` #8

Closed robinsinghdevgan closed 2 years ago

robinsinghdevgan commented 2 years ago

[Version 4.0] The following image shows a report with one test suite with 4 test cases. Each test case has multiple tests-steps image

The reporting dashboard has a naming convention which leads to showing that only one test was executed. However, as seen in the image above, there were 4 tests cases. image

iamakshayshar commented 2 years ago

This is how it in Extent Report. The one you are referring is Test Steps. On the left side of the Extent Report is "Tests" and the count of that is referred in Dashboard.

Test Suite of SOAPUI here in Extent Report is Tests and Test Steps is Test Case logs.