Skip to content

Take care of comments in matched xml #24

@defrag

Description

@defrag

Currently while sending and matching for example soap request, the comments from request prevent TuTu from matching the request. Example:

This request:

<soap:Body>
      <test:listStuff>
         <test:rq>
            <!--Required:-->
            <test:environment>prod</test:environment>            
         </test:rq>
      </test:listStuff>
</soap:Body>

Will not match this TuTu configuration:

<soap:Body>
      <test:listStuff>
         <test:rq>
            <test:environment>@string@</test:environment>            
         </test:rq>
      </test:listStuff>
</soap:Body>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions