features/modeling/row_modeling.feature in cucumber_analytics-1.4.2 vs features/modeling/row_modeling.feature in cucumber_analytics-1.5.0

- old
+ new

@@ -1,16 +1,18 @@ Feature: Row elements can be modeled. Acceptance criteria - All conceptual pieces of a Row can be modeled: - 1. the row's source line - 2. the row's cells - 3. the row's raw element + 1. All conceptual pieces of a Row can be modeled: + - the row's source line + - the row's cells + - the row's raw element + 2. Rows can be outputted in a convenient form + Background: Test file setup. Given the following feature file: """ Feature: @@ -58,9 +60,12 @@ | 3 | And the test example block "2" row "1" cells are as follows: | param1 | And the test example block "2" row "2" cells are as follows: | a | + + Scenario: Convenient output of a row + Then the row has convenient output Scenario Outline: Row models pass all other specifications Exact specifications detailing the API for Row models. Given that there are "<additional specifications>" detailing models When the corresponding specifications are run