Sha256: 80225bd1c53027dcf90d94c2831728100a920c67b1a99f7f2bfca31572fd4896

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 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 do something for every Scenario

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

1 entries across 1 versions & 1 rubygems

Version Path
cuukie-0.1.2 spec/test_project/features/1_visualize_scenarios.feature