Sha256: 355da07ad8ef978028489e323951f4b4ccb5767e381da05bf5201f1a6fb93743
Contents?: true
Size: 433 Bytes
Versions: 2
Compression:
Stored size: 433 Bytes
Contents
Feature: Show Failed Background As a Cuker I want to visualize Background failures So that I know that everything else is skipped Background: Failing Background Given I do something that results in an error Scenario: Skipped Scenario When I do something Then the entire Scenario should be skipped anyway Scenario: Another Skipped Scenario When I do something else Then the entire Scenario should be skipped anyway
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuukie-0.1.4 | spec/test_project/features/3_failed_background.feature |
cuukie-0.1.3 | spec/test_project/features/3_failed_background.feature |