This repository was archived by the owner on Mar 12, 2025. It is now read-only.
Commit 7b11576
Fix #4413 HTML Report wrong steps/substeps nesting
Previously using/calling the same meta step more than once (e.g. calling the same PageObject method twice),
led to rendering all the steps from the meta step nested below the first meta step execution/node again and again,
instead of several meta step executions/nodes (with each having just all steps from the meta step once).1 parent 04a825f commit 7b11576
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments