Skip to content

Commit

Permalink
chore: log uri to full report (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibanFR authored Dec 26, 2024
1 parent 305ab6a commit aef1533
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ private void generateHtmlStoryReports() throws IOException {
getReporter().setTags(tags);
getReporter().setGenerateTestOutcomeReports();
getReporter().generateReportsForTestResultsFrom(sourceDirectory);

Path index = outputDirectory.toPath().resolve("index.html");
LOGGER.info(" - Full Report: {}", index.toUri());
}

private void generateExtraReports() {
Expand Down

0 comments on commit aef1533

Please sign in to comment.