eykrehbein / strest

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

log_to_file #54

Closed jgroom33 closed 6 years ago

jgroom33 commented 6 years ago
  logger:
    url: foo.com
    method: GET
    log_to_file: true

This would result in a file called logger.json that contains the output of the request

eykrehbein commented 6 years ago

Included in #55