Closed
Description
Description
I just found out that there is a compliance testsuite for the JsonPath standard, available at https://github.com/jsonpath-standard/jsonpath-compliance-test-suite (see https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/blob/main/cts.json for the full testsuite, generated from the individual files in the repo).
I suggest that our JsonPath component should have a test case running the compliance testsuite, with a data provider reading this cts.json file. The name
of tests in the compliance test suite is guaranteed to be unique, so they can be used as keys in the data provider to make failure reporting better.
Example
No response