cucumber-attic / cucumber-html

Cross platform HTML formatter for all implementations of Cucumber
Other
40 stars 49 forks source link

Background shown multiple times in HTML #30

Closed lenntt closed 5 years ago

lenntt commented 9 years ago

My output currently looks like:

> Feature: 
   > Background: 
      > Given ... 
      > (all background steps)
   > Scenario: sc1
   > Background: 
      > Given ... 
      > (all background steps)
   > Scenario: sc2
   > Background: 
      > Given ... 
      > (all background steps)
   > Scenario: sc3

So there's a lot of repetition. Preferred output:

> Feature: 
   > Background: 
      > Given ... 
      > (all background steps)
   > Scenario: sc1
   > Scenario: sc2
   > Scenario: sc3
mpkorstanje commented 5 years ago

cucumber-html has fallen into disuse and has been inlined into cucumber-jvm. If this issue is still relevant please direct it there.