diff --git a/pom.xml b/pom.xml index bd0991aa..99ff8963 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 4.0.0-beta-6 + 4.0.1 UTF-8 @@ -107,31 +107,31 @@ **/screenplay*/**/*.java **/cucumber/*.java - + true - - - - - - - - - - - - - - - - - - - - - - + + maven-failsafe-plugin + 3.1.2 + + + **/pageobjects/**/*.java + **/screenplay*/**/*.java + **/cucumber/*.java + + + **/*WithFailures.java + + + + + + integration-test + verify + + + + org.apache.maven.plugins maven-compiler-plugin diff --git a/src/test/resources/serenity.conf b/src/test/resources/serenity.conf index e1134677..6c4d98de 100644 --- a/src/test/resources/serenity.conf +++ b/src/test/resources/serenity.conf @@ -21,6 +21,8 @@ serenity { linked.tags = "issue" restart.browser.for.each = scenario logging = verbose + compress.filenames=false + outputDirectory = "reports" } environment = prod