Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Nov 1, 2023
2 parents c5f56a9 + c890eee commit 82289f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release-notes/4.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 82289f9

Please sign in to comment.