summaryrefslogtreecommitdiff
path: root/subplot.yaml
blob: e85edf8624bd2642124dc4296282fa328ccd7913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- given: a running Hagrid system
  impl:
    python:
      function: nop

- when: I make request GET {path}
  impl:
    python:
      function: get

- then: response HTTP status code is {code}
  impl:
    python:
      function: status_code

- then: "response has header {header}: {value}"
  impl:
    python:
      function: has_header

- then: response body matches file {filename}
  impl:
    python:
      function: body_matches_file