Skip to content

v0.6.0

Compare
Choose a tag to compare
@gongo gongo released this 04 Apr 14:18
· 42 commits to master since this release

Notes

Features

Supports the following scenario cases:

  1. When multiple error occur in one step [GH-87]
  2. When multiple error occur in one scenario [GH-87]
  3. When error occurs in before hook [GH-83]
  4. 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]