We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8222f02 commit 3e1d0faCopy full SHA for 3e1d0fa
Dangerfile
@@ -552,7 +552,7 @@ unless test_reports.empty?
552
if File.file?(path)
553
file = path
554
end
555
- # TODO: try to findout the test case and use it for highlighting line numbers
+ # @todo #536 Danger: highlight a failed spock test
556
file = github.html_link(file)
557
testcase = tc['name']
558
fail("maven-surefire-plugin error in #{file}:\nTest case `#{testcase}` fails with message:\n```\n#{msg}\n```")
0 commit comments