summaryrefslogtreecommitdiff
path: root/ewww.yaml
blob: aefcea62dfcca979d4b803526c2737a19fb741c4 (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
31
- 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: '(?P<header>\S+) is "(?P<value>.+)"'
  regex: true
  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