summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
blob: 0777104b66dadea2d63a69cfb708d835ecadf8a0 (plain)
1
2
3
4
5
6
7
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