cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Jmespath Objects #53

Closed dallinb closed 1 year ago

dallinb commented 2 years ago

Allow a JSON object to be parsed after getting the object from a file, URL or command output.

dallinb commented 1 year ago

Ignore command output as this can be achieved with the command step. Make the URL a smart open URL and simply process files with https://pypi.org/project/jmespath/.