IBM / gauge-api-steps

A Python module providing reusable Gauge steps for API testing
MIT License
6 stars 2 forks source link

Lenient JSON comparison #30

Closed derdualist closed 4 months ago

derdualist commented 5 months ago

In the step Assert jsonpath = the comparison should be possible to be lenient. That means, if only a JSON string value is compared, and no deeper structures, the value does not need to be within double quotes. The behaviour should be modifiable with a property like lenient_json_comparison = true.