- Maven 3.6+
- Java 11+
-
Open a command prompt
-
Change to this directory
-
Enter the following command
mvn clean verify
If you are behind a corporate proxy add the following arguments (adjust to your proxy settings):
mvn -Dhttps.proxyHost=localhost -Dhttps.proxyPort=3128 -Dhttp.proxyHost=localhost -Dhttp.proxyPort=3128 clean verify
-
The report with the results is generated in the sub folder
./target/site/serenity
-
Open the file index.html in a browser to access it