Skip to content

Commit

Permalink
Update 4.0.1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo authored Oct 25, 2023
1 parent 1caf5cc commit c890eee
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 c890eee

Please sign in to comment.