Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to format fail mode? #419

Open
rusikf opened this issue Jun 11, 2020 · 0 comments
Open

How to format fail mode? #419

rusikf opened this issue Jun 11, 2020 · 0 comments

Comments

@rusikf
Copy link

rusikf commented Jun 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant