Skip to content

How to format fail mode? #419

@rusikf

Description

@rusikf

How to format fail message? I want to show detailed errors in notification, is it possible wihout monkey patching ? 😃 @e2

def write_summary(duration, total, failures, pending)
_write do |f|
f.puts _message(total, failures, pending, duration)
f.puts _failed_paths.join("\n") if failures > 0
end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions