Skip to content

Commit

Permalink
Updated to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 2, 2023
1 parent 4a1ddb7 commit 4416ca3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<serenity.version>4.0.0-beta-6</serenity.version>
<serenity.version>4.0.1</serenity.version>
<encoding>UTF-8</encoding>
<serenity.test.root></serenity.test.root>
<tags></tags>
Expand Down Expand Up @@ -107,31 +107,31 @@
<include>**/screenplay*/**/*.java</include>
<include>**/cucumber/*.java</include>
</includes>
<!-- <skip>true</skip>-->
<skip>true</skip>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <artifactId>maven-failsafe-plugin</artifactId>-->
<!-- <version>3.1.2</version>-->
<!-- <configuration>-->
<!-- <includes>-->
<!-- <include>**/pageobjects/**/*.java</include>-->
<!-- <include>**/screenplay*/**/*.java</include>-->
<!-- <include>**/cucumber/*.java</include>-->
<!-- </includes>-->
<!-- <excludes>-->
<!-- <exclude>**/*WithFailures.java</exclude>-->
<!-- </excludes>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>integration-test</goal>-->
<!-- <goal>verify</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<includes>
<include>**/pageobjects/**/*.java</include>
<include>**/screenplay*/**/*.java</include>
<include>**/cucumber/*.java</include>
</includes>
<excludes>
<exclude>**/*WithFailures.java</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions src/test/resources/serenity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ serenity {
linked.tags = "issue"
restart.browser.for.each = scenario
logging = verbose
compress.filenames=false
outputDirectory = "reports"
}

environment = prod
Expand Down

0 comments on commit 4416ca3

Please sign in to comment.