From c890eee605a58ca57fb61a7487555061bad54ce5 Mon Sep 17 00:00:00 2001 From: John Ferguson Smart Date: Wed, 25 Oct 2023 14:36:12 +0100 Subject: [PATCH] Update 4.0.1.md --- docs/release-notes/4.0.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/4.0.1.md b/docs/release-notes/4.0.1.md index 35067711c..82b747cef 100644 --- a/docs/release-notes/4.0.1.md +++ b/docs/release-notes/4.0.1.md @@ -33,3 +33,7 @@ Serenity stopped using Guice in version 3.9.8. This has no impact on most test s ```java EnvironmentVariables environmentVariables = SerenityInfrastructure.getEnvironmentVariables(); ``` + +# Report Generation Changes + +In Serenity 4.0.x, test execution generates JSON test output files, but not HTML files. To generate the full HTML reports, invoke the `aggregate` task, e.g. `mvn aggregate` or `gradle aggregate`.