Sha256: 0b0bb61d2373baf058ce64168c8025edf788a9106bc1700b9523af4b02530833
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
Feature: Help Formatter As a tester I want to know which formatter are supported To be able to select one. Scenario: Given a new working directory When I run "behave --format=help" Then it should pass And the command output should contain: """ Available formatters: json JSON dump of test run json.pretty JSON dump of test run (human readable) null Provides formatter that does not output anything. plain Very basic formatter with maximum compatibility pretty Standard colourised pretty formatter progress Shows dotted progress for each executed scenario. progress2 Shows dotted progress for each executed step. progress3 Shows detailed progress for each step of a scenario. rerun Emits scenario file locations of failing scenarios sphinx.steps Generate sphinx-based documentation for step definitions. steps Shows step definitions (step implementations). steps.catalog Shows non-technical documentation for step definitions. steps.doc Shows documentation for step definitions. steps.usage Shows how step definitions are used by steps. tags Shows tags (and how often they are used). tags.location Shows tags and the location where they are used. """
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
busser-behave-0.1.3 | vendor/behave/features/formatter.help.feature |