Sha256: 6e970f771edfb94f48a792adc0510a0b3e72f85e47797a4761271aed8d79663b
Contents?: true
Size: 506 Bytes
Versions: 3
Compression:
Stored size: 506 Bytes
Contents
Feature: HTML output formatter Background: Given a file named "features/scenario_outline_with_undefined_steps.feature" with: """ Feature: Scenario Outline: Given an undefined step Examples: |foo| |bar| """ Scenario: an scenario outline, one undefined step, one random example, expand flag on When I run cucumber "features/scenario_outline_with_undefined_steps.feature --format html --expand " Then it should pass
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cucumber-1.2.5 | features/html_formatter.feature |
cucumber-1.2.3 | features/html_formatter.feature |
cucumber-1.2.2 | features/html_formatter.feature |