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 Jul 16, 2018
1 parent 5ca3631 commit 26201eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class TestExportTask extends Exec {
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 @@ -8,7 +8,8 @@ class Result {
float executionTime
String failureMessage
String failureType
String failureText
TestResult.ResultType resultType
String timestamp
Map<String, ?> properties
}
}

0 comments on commit 26201eb

Please sign in to comment.