Skip to content

Add response pipe option for extra sanity checks #3

Description

@sebasslash

There are instances I'd like to inspect the response body. Moreover, I would like to be able to specify the destination this response body will be piped to, albeit stdout or some file inspect.txt.

exampleTest:
  request: 
    path: /example/resource,
    method: GET
  validation:
    statuscode: 200
    pipeResponse: stdout
    body:
    - body[0].id == "foo"
    - something else here

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions