eykrehbein / strest

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

Support for form-data #7

Open LennDG opened 6 years ago

LennDG commented 6 years ago

In my cases my API takes files and performs some operations with them, after which some new file is returned. It would be good if strest supported form-data, which would work the same as with other data. One would provide the name of the parameter and then the filepath (either absolute or relative to the directory where strest is executed).