commander
commander copied to clipboard
Support bash and awk verifiers
To process and validate a result with custom logic bash and awk verifiers could be an interesting option to write smaller assertions which are more complex.
so you're describing something like
echo hello:
stdout:
custom: 'grep "world"'
The above would fail for example.