wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

Extend the test reports table using both inputs and outputs #232

Closed RayetSena closed 5 months ago

RayetSena commented 5 months ago

When I use for extend the test reports table it applies xpath to input messages. When I want to extract data from the output messages I use it applies xpath to output messages. In the Frank manual(https://frank-manual.readthedocs.io/en/latest/testing/ladybug/extendTable/extendTable.html), it says if you want to query both inputs and outputs, you can use But when I use this, it only works for the input message not for output message.