Sha256: 154542b1b7fda9abf69d2dac731c73b348e014b9b95201e18c39f777752ffa8e
Contents?: true
Size: 672 Bytes
Versions: 9
Compression:
Stored size: 672 Bytes
Contents
Feature: Dry Run - Invokes formatters without executing the steps. - This also omits the loading of your support/env.rb file if it exists. Scenario: With a failing step Given a file named "features/test.feature" with: """ Feature: test Scenario: Given this step fails """ And the standard step definitions When I run `cucumber --dry-run` Then it should pass with exactly: """ Feature: test Scenario: # features/test.feature:2 Given this step fails # features/step_definitions/steps.rb:4 1 scenario (1 skipped) 1 step (1 skipped) 0m0.012s """
Version data entries
9 entries across 9 versions & 1 rubygems