summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-31 20:20:43 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-31 20:20:43 +0300
commit50987c14217f9d628294ef229f7215701cb03fc7 (patch)
tree681cad8a8586a4f95b4110baf7c3ac13af69820c /fable-arch.yaml
parent70d22acb51ecda034185869ac5571c7c6cc23d60 (diff)
downloadfable-poc-50987c14217f9d628294ef229f7215701cb03fc7.tar.gz
Change: Fable acceptance tests: formatting, produce docs too
Diffstat (limited to 'fable-arch.yaml')
-rw-r--r--fable-arch.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/fable-arch.yaml b/fable-arch.yaml
index 5dc8278..0777104 100644
--- a/fable-arch.yaml
+++ b/fable-arch.yaml
@@ -1,5 +1,8 @@
- given: files (?P<md>\S+), (?P<yaml>\S+), and (?P<py>\S+)
+- when: I run ftt-docgen --html (?P<filename>\S+)
+- when: I run ftt-docgen --pdf (?P<filename>\S+)
- when: I run ftt-codegen --run (?P<filename>\S+)
+- then: file (?P<filename>\S+) exists
- then: log file says scenario "(?P<name>.+)" was run
- then: log file says step "(?P<keyword>given|when|then) (?P<name>.+)" was run
- then: program finished successfully