Answers for "artillery print response"

0

artillery print response

...blah
scenarios:
  - name: POST /foo
    flow:
...blah
      - post:
          url: "/foo"
          capture:
            - json: "$"
              as: fooBody
...blah
      - log: "{{statusCode}} => {{ fooBody }}"
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language