Sha256: 3d3e6b6aa2ddf11e0390ae28be94032116f6638cbac3d25fff8588b62eaedbe9
Contents?: true
Size: 857 Bytes
Versions: 25
Compression:
Stored size: 857 Bytes
Contents
Feature: Progress output formatter Background: Given a file named "features/scenario_outline_with_undefined_steps.feature" with: """ Feature: Scenario Outline: Given this step is undefined 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 progress --expand ` Then it should pass Scenario: when using a profile the output should include 'Using the default profile...' And a file named "cucumber.yml" with: """ default: -r features """ When I run `cucumber --profile default --format progress` Then it should pass And the output should contain: """ Using the default profile... """
Version data entries
25 entries across 25 versions & 2 rubygems