summaryrefslogtreecommitdiff
path: root/fable-arch.yaml
blob: fb563d21bda006605b861bc5e3000d86c92fff80 (plain)
1
2
3
4
5
- given: file "(?P<filename>\S+)"" containing (?P<content>.*)
- 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