Sha256: 14c7c412ed7cd55b804198282392131a588cb2626d78ce07df6160eb9d49e378
Contents?: true
Size: 852 Bytes
Versions: 21
Compression:
Stored size: 852 Bytes
Contents
Feature: Progress 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 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
21 entries across 21 versions & 1 rubygems