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 collaboratorProgress output formatter
- Background
-
- Given
-
a file named "features/scenario_outline_with_undefined_steps.feature" with:
Feature: Scenario Outline: Given this step is undefined Examples: |foo| |bar|
- Scenarios
-
- 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
- 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...
Last published over 7 years ago by mattwynne.