summaryrefslogtreecommitdiff
path: root/ewww.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-01 11:25:43 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-01 11:25:43 +0300
commitaf7e3b55b0e608691328d04dc34cb97b08e7bff1 (patch)
tree1a5ce02d3facfc6ecf027b0d005056708df136a2 /ewww.yaml
parent1a6b171b184381fcda3eab5bcad0bac1a25e8a61 (diff)
downloadewww-af7e3b55b0e608691328d04dc34cb97b08e7bff1.tar.gz
Add: bindings file
Diffstat (limited to 'ewww.yaml')
-rw-r--r--ewww.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/ewww.yaml b/ewww.yaml
new file mode 100644
index 0000000..a806380
--- /dev/null
+++ b/ewww.yaml
@@ -0,0 +1,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
+