summaryrefslogtreecommitdiff
path: root/my-sites.md
blob: f7ad9f3dac4c8cf704df6fea7313b25e1ca853c9 (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
32
33
34
35
36
37
38
39
40
41
42
# Introduction

This is a simplistic set of acceptance criteria for my various
websites.

# liw.fi

~~~scenario
when I fetch https://liw.fi
then page contains "I am Lars Wirzenius"
~~~

# blog.liw.fi

~~~scenario
when I fetch https://blog.liw.fi
then page contains "Welcome to my web log."
~~~

# subplot.liw.fi

~~~scenario
when I fetch https://subplot.liw.fi
then page contains "Subplot"
then page contains "stakeholder"
~~~

# obnam.org

~~~scenario
when I fetch https://obnam.org
then page contains "Obnam"
then page contains "backup"
~~~

---
title: Do my sites work?
author: Lars Wirzenius
template: python
bindings: my-sites.yaml
functions: my-sites.py
...