Skip to content

Commit

Permalink
fix: Generate the combined diagram at the end of the run
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-gryzbon committed Mar 30, 2023
1 parent bed24bb commit 5ad0b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/lsd/cucumber/LsdCucumberPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private void handleTestRunFinished(TestRunFinished event) {
finishProcessingCompletedScenario();
lsdContext.completeReport(featureName);
lsdContext.createIndex();
lsdContext.completeComponentsReport("Combined Component Diagram");
}
}
}

0 comments on commit 5ad0b61

Please sign in to comment.