summaryrefslogtreecommitdiff
path: root/ewww.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-14 09:19:06 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-14 09:19:27 +0300
commite34beeecfc807bd3afb9d5b6c2c764fd71027cde (patch)
tree935ab83af70bea67103576b8536d6c7cf59e274a /ewww.yaml
parent64a17b4927c4579d25692d15a8f0669adcf82fd2 (diff)
downloadewww-e34beeecfc807bd3afb9d5b6c2c764fd71027cde.tar.gz
refactor: move subplot files to subplot/
The root of the source tree was getting a little crowded.
Diffstat (limited to 'ewww.yaml')
-rw-r--r--ewww.yaml37
1 files changed, 0 insertions, 37 deletions
diff --git a/ewww.yaml b/ewww.yaml
deleted file mode 100644
index 375558d..0000000
--- a/ewww.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-- given: a self-signed certificate as {cert}, using key {key}
- function: copy_test_certificate
-
-- given: a running server using config file {filename}
- function: start_server
- cleanup: stop_server
-
-- given: "{count} files in {dirname}"
- function: fixme
-
-- given: file (?P<filename>\S+) with "(?P<content>.*)"
- regex: true
- function: create_file
-
-- 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: http_status_code_is
-
-- then: 'header (?P<header>\S+) is "(?P<value>.+)"'
- regex: true
- function: http_header_is
-
-- then: 'body is "(?P<body>.*)"'
- regex: true
- function: http_body_is
-
-- when: I request {method} {url}
- function: request
-
-- when: I request files under {url} in random order {count} times
- function: fixme
-