Skip to content

Commit

Permalink
Include failure text in test result
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Hervieux authored and laurent-barbisan-ullink committed Jan 18, 2019
1 parent ac963e8 commit ce34a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class TestExportTask extends ConventionTask {
result.with {
failureMessage = node.@message
failureType = node.@type
failureText = node.text()
resultType = TestResult.ResultType.FAILURE
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class Result {
String timestamp
String projectName
Map<String, ?> properties
}
}

0 comments on commit ce34a8d

Please sign in to comment.