summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
blob: 770dec82b8a86d90054dd7dcf6e9581b842dd890 (plain)
1
2
3
4
5
6
7
8
- given: files (?P<md>\S+), (?P<yaml>\S+) \(from (?P<yamlfrom>\S+)\), and (?P<py>\S+) \(from (?P<pyfrom>\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