Sha256: 1cd0334947a8db97846580dea22d07a95e3b39bc2d40ec375076091f23666b5d
Contents?: true
Size: 549 Bytes
Versions: 2
Compression:
Stored size: 549 Bytes
Contents
Feature: Visualize Scenarios As a Cuker I want to visualize Scenarios and Steps So that I know which steps are not passing Background: Common Steps Given I execute a Background step Scenario: Passing Scenario And I do something When I do something else And I pass an "argument" Then the entire Scenario should pass Scenario: Failing Scenario When I do something that results in an error Then the entire Scenario should fail Scenario: Pending Scenario When I call a pending Step Then the entire Scenario should be pending
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuukie-0.1.4 | spec/test_project/features/1_show_scenarios.feature |
cuukie-0.1.3 | spec/test_project/features/1_show_scenarios.feature |