Releases: gongo/turnip_formatter
Releases · gongo/turnip_formatter
v0.8.0
What's Changed
- Support activesupport v7 by @masayuki0812 in #104
- Use GitHub Actions instead of Travis CI by @gongo in #105
- Support RSpec 3.11 and 3.12 (Drop 3.7, 3.8)
- Support Ruby 3.0 or later (drop 2.x)
- Set coveralls environment. by @gongo in #106
- Support turnip version 4 and limit counts to features by @marcoadkins in #103
- Drop turnip 3.x
Full Changelog: v0.7.2...v0.8.0
v0.7.1
v0.7.0
v0.6.1
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] |
v0.6.0.pre.beta.7
Bug Fixes
- Support failure report with aggregate_failures [GH-87]
v0.6.0.pre.beta.6
Bug fixes
TurnipFormatter::Renderer::Html::RuntimeError
was recognized as built-in RuntimeError [GH-86]
v0.6.0.pre.beta.5
v0.6.0.pre.beta.4
Bug fixes
- Step report should be html escaped [GH-81]
v0.6.0.pre.beta.3
Bug fixes
- Occur error when blank feature [GH-80]
Refactoring
TF::Printer::Scenario
➡️TF::Renderer::Html::Scenario
[GH-71]TF::Printer::TabXXXStatistics
➡️TF::Renderer::Html::StatisticsXXX
[GH-72]TF::Printer::RuntimeError
➡️TF::Renderer::Html::RuntimeError
[GH-74]TF::Printer::Index
➡️TF::Renderer::Html::Index
[GH-75]TF::Template 's methods
➡️TF::Renderer::Html
[GH-78]