Sha256: 8b22c88e9fbf5718cabb5093677bce58005f71e5b052ea90bec31e50c8e505f6
Contents?: true
Size: 565 Bytes
Versions: 11
Compression:
Stored size: 565 Bytes
Contents
Feature: Autoformat profile output Background: Given a file named "features/autoformat_output_has_profile_info.feature" with: """ Feature: Scenario: Passing Given passing """ 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 --autoformat tmp` Then it should pass And the output should contain: """ Using the default profile... """
Version data entries
11 entries across 11 versions & 1 rubygems