dotnet-httpie icon indicating copy to clipboard operation
dotnet-httpie copied to clipboard

http API test support

Open WeihanLi opened this issue 1 year ago • 0 comments

Testing spec

  • environment
  • collection(request collection)
  • group(request group in a collection)
  • request(specific request)
  • variable
collectionName: testCollection
  variables:
    - name: value

  - groupName: testGroup
      variables:
        - name: value
      - requestName: hello request
        variables:
          - name: value      
        assertion: "$response.EnsureSuccessStatusCode()"

WeihanLi avatar Feb 29 '24 09:02 WeihanLi