summaryrefslogtreecommitdiff
path: root/ewww.yaml
blob: a806380cb75af405bf3b0f87c5756d96cf0b434b (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
25
26
27
28
29
30
- given: a self-signed certificate as {cert}, using key {key}
  function: fixme

- given: a running server using config file {filename}
  function: fixme

- given: "{count} files in {dirname}"
  function: fixme

- then: I am redirected to {location}
  function: fixme

- then: I can do at least {number} requests per second
  function: fixme

- then: I get status code {code}
  function: fixme

- then: "{header} is {value}"
  function: fixme

- when: I create {filename}
  function: fixme

- when: I request {method} {url}
  function: fixme

- when: I request files under {url} in random order {count} times
  function: fixme