v0.6.0
Notes
Features
Supports the following scenario cases:
- When multiple error occur in one step [GH-87]
- When multiple error occur in one scenario [GH-87]
- When error occurs in before hook [GH-83]
- When error occurs in after hook [GH-83]
refs: example/README.md
Fixes
Refactoring Classes: rename
Before class name (v0.5.0) | After class name (v0.6.0) | issue / pr |
---|---|---|
TurnipFormatter::Printer::Scenario |
TurnipFormatter::Renderer::Html::Scenario |
[GH-71] |
TurnipFormatter::Printer::TabXXXStatistics |
TurnipFormatter::Renderer::Html::StatisticsXXX |
[GH-72] |
TurnipFormatter::Printer::RuntimeError |
TurnipFormatter::Renderer::Html::ScenarioOutline |
[GH-74] |
TurnipFormatter::Printer::Index |
TurnipFormatter::Renderer::Html::index |
[GH-75] |
TurnipFormatter::Template#xxx |
TurnipFormatter::Renderer::Html#xxx |
[GH-78] |