summaryrefslogtreecommitdiff
path: root/my-sites.md
blob: b93d314e415f34d83638cd65a206fe1aa03478bc (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
43
44
45
46
47
48
49
50
51
52
# 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"
~~~

# vmdb2.liw.fi

~~~scenario
when I fetch https://vmdb2.liw.fi
then page contains "vmdb2"
then page contains "Debian"
then page contains "image file"
then page contains "virtual machine"
~~~

# 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
...