Skip to content

Commit 17b9bd0

Browse files
committed
#1 Add screenshots capability (via System and properties configuration)
1 parent 12cf192 commit 17b9bd0

File tree

6 files changed

+176
-138
lines changed

6 files changed

+176
-138
lines changed

pom-nexus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.aventstack</groupId>
55
<artifactId>extentreports-cucumber3-adapter</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
<name>extentreports-cucumber3-adapter</name>
88
<url>http://extentreports.com</url>
99
<description>Cucumber-JVM 3 adapter for Extent Framework</description>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.aventstack</groupId>
4343
<artifactId>extentreports</artifactId>
44-
<version>4.0.0</version>
44+
<version>4.0.5</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.cucumber</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.aventstack</groupId>
55
<artifactId>extentreports-cucumber3-adapter</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
<name>extentreports-cucumber3-adapter</name>
88
<url>http://extentreports.com</url>
99
<description>Cucumber-JVM 3 adapter for Extent Framework</description>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.aventstack</groupId>
4343
<artifactId>extentreports</artifactId>
44-
<version>4.0.0</version>
44+
<version>4.0.5</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.cucumber</groupId>

0 commit comments

Comments
 (0)