Skip to content

Commit

Permalink
Merge pull request #622 from mannodermaus/report/deterministic-sorted…
Browse files Browse the repository at this point in the history
…-order

Sort capture results to achieve deterministic order in HTML report
  • Loading branch information
takahirom authored Jan 2, 2025
2 parents 39368f9 + c4503be commit 9cd0381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ abstract class RoborazziPlugin : Plugin<Project> {
} else {
null
}
}
}.sortedBy(CaptureResult::goldenFile)
val resultsSummaryFile = resultSummaryFileProperty.get().asFile

val roborazziResults = CaptureResults.from(results)
Expand Down

0 comments on commit 9cd0381

Please sign in to comment.