Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
whenever importing Cucumber scenarios with similar names, wrong scenarios may be updated.
This happens because the search by summary is a fuzzy search.
In the following example, the first time only the first scenario will be created and then it will be overwritten whenever processing the second one because "This is" is similar to "This is green".
Â
Example:
Feature: xpto @id:1 Scenario: This is green Given I do this When I do that Then it should bla @id:2 Scenario: This is Given I do this When I do that Then it should bla