summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
blob: 5dc8278813fa1e4c76ec1ebd6fd06133b8c16884 (plain)
1
2
3
4
5
- given: files (?P<md>\S+), (?P<yaml>\S+), and (?P<py>\S+)
- when: I run ftt-codegen --run (?P<filename>\S+)
- 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