Found 1 feature
----------------------------------------------
Feature: Error 404 # ./features/error.feature

  Scenario: Handle HTTP Error
     Given an HTTP 404 error occurred
     When the error is processed
     Then the error should be resolved

 ---------- ----------- ------- -------- --------
  Features   Scenarios   Steps   Passed   Failed
 ---------- ----------- ------- -------- --------
  1          1           3       ✓ 2    ✗ 1

  Completed 1 feature in 0.01s