the doument "https://github.com/serenity-bdd/serenity-bdd.github.io/blob/master/docs/reporting/additional-reports.md" mentions using "serenity-emailer", but then doesnt show how to use it in the pom.xml file
what does the correct pom.xml look like ?
These reports are configured in the Serenity Maven plugin, where you need to do two things. First, you need to add a dependency for the serenity-emailer module in the plugin configuration. Then, you need to tell Serenity to generate the email report when it performs the aggregation task.
the doument "https://github.com/serenity-bdd/serenity-bdd.github.io/blob/master/docs/reporting/additional-reports.md" mentions using "serenity-emailer", but then doesnt show how to use it in the pom.xml file
what does the correct pom.xml look like ?