Writes a rich report of the scenario and example execution as it happens
Writes a rich report of the scenario and example execution as it happens. Useful when running Cucumber from the terminal.
Each step is colored according to the outcome. When the cucumber
theme is in
use the following colors are used.
Cucumber Outcome | Color | Symbol |
---|---|---|
UNKNOWN | n/a | n/a |
PASSED | Green | ✔ |
SKIPPED | Cyan | ↷ |
PENDING | Yellow | ■ |
UNDEFINED | Yellow | ■ |
AMBIGUOUS | Red | ✘ |
FAILED | Red | ✘ |
Each language implementation validates itself against the examples in the
testdata
folder. See the testdata/README.md for more
information.