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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
While setting this up with Junit 5, I noticed documentation can be updated, with a slightly simpler configuration:
By upgrading to maven-surefire-plugin to 2.22.2, one does not need to provided a junit-platform-surefire-provider anymore (it is deprecated on latests version of Junit 5)
When using the latest version of allure-maven (2.10.0), it is not necessary to provide reportVersion in the configuration
When using the latest version of allure-maven (2.10.0), it is not necessary to provide junit.jupiter.extensions.autodetection.enabled property.
In order for the report to be generated via a mvn test allure:report, i had to customize allure.results.directory system property. (it is described somewhere else in the docs)
Hello everyone, thanks for the useful framework.
While setting this up with Junit 5, I noticed documentation can be updated, with a slightly simpler configuration:
maven-surefire-plugin
to2.22.2
, one does not need to provided ajunit-platform-surefire-provider
anymore (it is deprecated on latests version of Junit 5)allure-maven
(2.10.0), it is not necessary to providereportVersion
in the configurationallure-maven
(2.10.0), it is not necessary to providejunit.jupiter.extensions.autodetection.enabled
property.mvn test allure:report
, i had to customizeallure.results.directory
system property. (it is described somewhere else in the docs)Below is my current setup
I'll gladly make a PR if you find these changes useful.
PS. Documentation seems exposed at two different URLs, what is the difference ?
The text was updated successfully, but these errors were encountered: