# File lib/cucumber/formatter/progress.rb, line 40
      def after_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background)
        progress(status)
        @status = status
      end