Skip to content

Commit

Permalink
add processing of fixtures description (via #776)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored and baev committed Jul 18, 2018
1 parent f93b006 commit d2f8e3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ private StageResult convert(final Path source,
.setTime(convert(result.getStart(), result.getStop()))
.setStatus(convert(result.getStatus()))
.setSteps(convert(result.getSteps(), step -> convert(source, visitor, step)))
.setDescription(result.getDescription())
.setDescriptionHtml(result.getDescriptionHtml())
.setAttachments(convert(result.getAttachments(), attach -> convert(source, visitor, attach)))
.setParameters(convert(result.getParameters(), this::convert));
Optional.of(result)
Expand Down

0 comments on commit d2f8e3a

Please sign in to comment.