godog/_examples/custom-formatter/README.md
2021-08-10 11:27:17 +02:00

19 строки
Без EOL
394 Б
Markdown

# Custom Formatter Example
This example custom formatter demonstrates some ways to build and use custom formatters with godog
## Emoji Progress
The first example is the Emoji formatter, built on top of the Progress formatter that is included with godog.
To run it:
```
$ godog -f emoji
```
Which would output step progress as emojis rather than text:
![](imgs/emoji-output-example.png)