<% scenarios.each do |scenario| %> <%= TurnipFormatter::Printer::Scenario.print_out(scenario) %> <% end %>
The results for the feature: <%= TurnipFormatter::Printer::TabFeatureStatistics.print_out(scenarios) %>
The results for the tab: <%= TurnipFormatter::Printer::TabTagStatistics.print_out(scenarios) %>
Ranking of running time of each successfully scenario: <%= TurnipFormatter::Printer::TabSpeedStatistics.print_out(passed_scenarios) %>