eykrehbein / strest

⚡️ CI-ready tests for REST APIs configured in YAML
MIT License
1.74k stars 59 forks source link

Abort directory execution on failure #74

Closed jgroom33 closed 6 years ago

jgroom33 commented 6 years ago

When executing strest foo_dir/ file2 will run tests even if there is a failure from a request in file1

Option 1

Support strest --abort foodir/

Option 2

Change default behavior to abort directory execution if a request fails. This might also require the ability to override this behavior in a per file basis:

version: 1
continue: true
...
jgroom33 commented 6 years ago

resolved