Skip to content

Log command

Pre-release
Pre-release
Compare
Choose a tag to compare
@finestructure finestructure released this 21 Feb 16:37

Added log: to request definition.

requests:
  get_example:
    url: ${API_URL}/anything
    method: GET
    validation:
      status: 200
    log: true

Also supports partials and key paths:

    log:
      - status
      - json
    log:
      - json.foo.bar