To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDebug formatter
In order to help you easily visualise the listener API, you can use
the debug
formatter that prints the calls to the listener as a
feature is run.
- Background
-
- Given
- the standard step definitions
- Scenarios
-
- title
-
- Given
-
a file named "features/test.feature" with:
Feature: Scenario: Given this step passes
- When
-
I run
cucumber -f debug
- Then
- the stderr should not contain anything
- Then
-
it should pass with:
before_test_case before_features before_feature before_tags after_tags feature_name before_test_step after_test_step before_test_step before_feature_element before_tags after_tags scenario_name before_steps before_step before_step_result step_name after_step_result after_step after_test_step after_steps after_feature_element after_test_case after_feature after_features done
Last published over 7 years ago by mattwynne.