summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-13 14:25:09 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-13 14:46:07 +0300
commit523e5d92bfb3e26e5731d260318ddbc76f71ac44 (patch)
tree13adce17b1cbe7772fbb468b1c434528c2b5d440 /README.md
parentda20ee642b9a449dde97d21d368a6f6fb3b8aacc (diff)
downloadsubplot-523e5d92bfb3e26e5731d260318ddbc76f71ac44.tar.gz
docs: add example scenario to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9afa2e..9725b34 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@ Capture and communicate acceptance criteria for software and systems,
and how they are verified, in a way that's understood by all project
stakeholders.
+Acceptance criteria are expressed as _scenarios_ in the Cucumber
+given/when/then style:
+
+> given a web site subplot.liw.fi
+> when I retrieve the site front page
+> then it contains "Subplot"
+> and it contains "acceptance criteria"
+
## When all stakeholders really need to understand acceptance criteria