Sha256: 770cc17539ef40d7596f8599746b9b180fa37f718b408d04bfc0de1cf8ea5e5e

Contents?: true

Size: 508 Bytes

Versions: 5

Compression:

Stored size: 508 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 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 a Step fails
  Then the entire Scenario should fail

Scenario: Pending Scenario
  When a Step is pending
  Then the entire Scenario should be pending

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cuukie-0.3.1 spec/test_project/features/1_show_scenarios.feature
cuukie-0.3.0 spec/test_project/features/1_show_scenarios.feature
cuukie-0.2.2 spec/test_project/features/1_show_scenarios.feature
cuukie-0.2.1 spec/test_project/features/1_show_scenarios.feature
cuukie-0.2.0 spec/test_project/features/1_show_scenarios.feature