Could someone help me with below : Is it possble to use json path expression in the Scenario Outline examples?
Scenario Outline:Verify the path and description
Given url
When method GET
* match <path> == <description>
Examples:
|path|description|
|$.parent.child.description|"First child"|
question from:https://stackoverflow.com/questions/66056010/how-to-use-match-while-using-examples-section-with-column