app icon indicating copy to clipboard operation
app copied to clipboard

Enable XML report import with <properties> data

Open chura90 opened this issue 1 year ago • 0 comments

All our xml reports contain <properties> logs with useful data as Requirement per test case. It would be great to allow save these requirements to the test case during report importing We can use the Testomat markdown format feature during report importing

Describe the solution you'd like We can prepare the <properties> before the importing

XML report structure example:

`

    <!-- Optional support for properties with text values -->
    <property name="Cancel transactions flow">
     ### Requirements
     User is able to cancel transaction with CREATED status

      ### Steps
      1. log in with user role
      2. make ACH transaction
      3. cancel transaction on the Full Transaction screen

      Expected result: User can cancel transactions with status CREATED only. User is redirected to the Home screen.
    </property>
</properties>

<!-- Optional output or error/failure/skipped -->

`

Image

UI view:

Image

chura90 avatar Feb 03 '25 09:02 chura90