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 collaboratorTest comparison
Gherkin elements that contain steps (i.e. backgrounds, scenarios, and outlines) can be compared with one another in order to determine equality. Elements are considered equal if the base text of their steps match. That is, the keyword used for the step and any table or doc string that may be associated with that step are ignored for the purposes of comparison.
- Scenarios
-
- Comparing tests
-
- Given
-
a model for the following background:
Background: * step 1 * step 2
- And
-
a model for the following scenario:
Scenario: * step 1 * step 2
- And
-
a model for the following outline:
Scenario Outline: * step 1 * step 2 Examples: | param | | value |
- When
- the models are compared
- Then
- all of them are equivalent
- But
-
none of the models are equivalent with a model for the following scenario:
Scenario: * step 1 * step 3
Last published almost 5 years ago by Eric Kessler.