eykrehbein / strest

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

WIP: Log params #55

Open jgroom33 opened 5 years ago

jgroom33 commented 5 years ago
  my_request:
    url: foo.com
    method: GET
    log_request: true

This would result in the request object and resolved uri being logged. This would be helpful to have a copy of the json and to show the URI with environment vars and values populated.

It might be good to create a log object as:

  my_request:
    url: foo.com
    method: GET
    log:
      output: true
      file: true
      request: true
jgroom33 commented 5 years ago

https://github.com/jgroom33/strest/tree/feature/log_to_file