commander icon indicating copy to clipboard operation
commander copied to clipboard

Support bash and awk verifiers

Open SimonBaeumer opened this issue 3 years ago • 1 comments

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.

SimonBaeumer avatar Dec 08 '21 20:12 SimonBaeumer

so you're describing something like

echo hello:
  stdout: 
    custom: 'grep "world"'

The above would fail for example.

dylanhitt avatar Dec 08 '21 20:12 dylanhitt