github.com/ixpectus/declarate@v0.0.0-20240422152255-708027d7c068/tests/yaml_failed/req_status.yaml (about)

     1  - name: set variables
     2    variables:
     3      name: Tom
     4      path: tom
     5  
     6  - name: check request
     7    method: GET
     8    path: /{{$path}}
     9    fullResponse: |
    10      {
    11        "body": {"age": 28,"name":"{{$name}}", "items":[1, 2, 3, 4]}, 
    12        "status": 201
    13      }
    14    comparisonParams:
    15      ignoreArraysOrdering: true