Cucumber Features

Expand All

Collapse All

Feature: Work in progress

@wipfeatures/wip.feature:4

Scenario: Placeholder

  1. Given some work in progress
    features/wip.feature:5
    cucumber.Given("some work in progress").Pending()
    Given(/^some work in progress$/) do
      pending # Write code here that turns the phrase above into concrete actions
    end