You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My idea here is creating a .chain-benchrc | chain-bench.config.json file that the repository will hold
And upon running the cli in the context of that repository it will read that config file for any configuration for chain-bench
Leveraging that config file, add rules key into the json with sub keys pass and fail those will hold assertions over the json output of chain-bench that will decide what will be the exit code.
For now when I want to assert over the chain bench output (JSON format), I am doing it with jq or rego.
The text was updated successfully, but these errors were encountered:
itaywol
changed the title
chain bench config file and rules
chain bench config file and output assertion rules
Jul 8, 2022
My idea here is creating a
.chain-benchrc | chain-bench.config.json
file that the repository will holdAnd upon running the cli in the context of that repository it will read that config file for any configuration for chain-bench
Leveraging that config file, add
rules
key into the json with sub keyspass
andfail
those will hold assertions over the json output of chain-bench that will decide what will be the exit code.For now when I want to assert over the chain bench output (JSON format), I am doing it with
jq
orrego
.The text was updated successfully, but these errors were encountered: