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

The HTML report does not show test steps if we parameterize endpoint url #14

Closed guptapranay closed 1 year ago

guptapranay commented 1 year ago

The report does not show all test steps (REST/SOAP steps), if we parameterize endpoint URL in test suites. Ex: Endpoint in REST STEP parameterized as : ${#TestSuite#EndpointURL}.

The report only shows non REST/SOAP steps.

Could you please check?

iamakshayshar commented 1 year ago

This is to be checked and confirm. I will look into this.

iamakshayshar commented 1 year ago

Thank you @guptapranay for this defect. This is fixed in the latest release. https://github.com/iamakshayshar/SoapUI-Extentter/releases/tag/Extentter-v4.2

Also please note that the property name for the endpoint should always be "Endpoint" on all the levels, eg. for Project : ${#Project#Endpoint} for TestSuite : ${#TestSuite#Endpoint} for TestCase: ${#TestCase#Endpoint}

guptapranay commented 1 year ago

Thanks. That was pretty fast. Tried with recent fix and its woring. It also works if I give endpoint as ${#Project#EndpointURL}

iamakshayshar commented 1 year ago

Thank you. You can explore SoapuiExttenter Pro version for few other capabilities. Email me for further details.