From 523e5d92bfb3e26e5731d260318ddbc76f71ac44 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 13 May 2021 14:25:09 +0300 Subject: docs: add example scenario to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.1