Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
-
29
Description
Suggested behaviour: If a user already executed a Cucumber Test, and later makes some changes in the definition (i.e. Scenario, Scenario Outline) of the Cucumber Test, when exporting the Cucumber feature file directly from the Test Execution (to import the results to there), the feature file generated should reflect the latest changes in order to execute the Test with the latest scenario.
Current behaviour: Currently, after executing a Cucumber Test, if the user updates the Cucumber Scenario, when exporting a feature file from the Test Execution associated, the feature file is being generated according to the TestRun definition (means the old Test Definition), instead of the latest Cucumber Test definition.