Found 1 feature
 ----------------------------------------------
 Feature: Bottles  # ./features/bottles.feature
 
   Scenario: A bottle falls from the wall
        ✓ Given 100 green bottles are standing
     ✓ when 1 green bottle accidentally falls
     ✓ then there are 99 green bottles standing
 
     ---------- ----------- ------- -------- --------
  Features   Scenarios   Steps   Passed   Failed
     ---------- ----------- ------- -------- --------
  1          1           4       ✓ 4      0      
  
  Completed 1 feature in 0.01s