You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we were using version of serenity and serenity-maven-plugin 2.2.0, one aggregated report was generated in the serenity-reports dir located under the root directory (where all tests (from all the modules) could be found).
However, when we upgraded serenity to version 3.1.10, the results are generated but without the index.html file and as a results the test report cannot be opened and viewed.
The text was updated successfully, but these errors were encountered:
We have a multimodule project, each module has their own tests. The structure is the following:
└───parent
└───serenity-reports
├───pom.xml
└───child1
└───src
├───main
│ ├───java
│ ├───resources
├───test
│ ├───java
│ ├───resources
│ └─── serenity.conf
├───pom.xml
└───child2
└───src
├───main
│ ├───java
│ ├───resources
├───test
│ ├───java
│ ├───resources
│ └─── serenity.conf
├───pom.xml
In the parent pom.xml there are the following configuration of the serenity-maven-plugin
And the following properties in the serenity.conf files of each module:
When we were using version of serenity and serenity-maven-plugin 2.2.0, one aggregated report was generated in the serenity-reports dir located under the root directory (where all tests (from all the modules) could be found).
However, when we upgraded serenity to version 3.1.10, the results are generated but without the index.html file and as a results the test report cannot be opened and viewed.
The text was updated successfully, but these errors were encountered: