Skip to content

Commit bbee528

Browse files
committed
Invictum#91: Upgraded libraries
- serenity-core-2.1.8 - client-java-4.0.19
1 parent fbba1f1 commit bbee528

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
__1.4.3__
2+
3+
[#90](https://github.com/Invictum/serenity-reportportal-integration/issues/90): Added log an exception if it happened not just in a step but in a test method as well
4+
5+
[#91](https://github.com/Invictum/serenity-reportportal-integration/issues/91): Upgraded libraries: serenity-core-2.1.8, client-java-4.0.19
6+
17
__1.4.2__
28

39
[#63](https://github.com/Invictum/serenity-reportportal-integration/issues/63): Implemented launches merge for multi-module projects

Diff for: README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ Serenity integration with Report Portal
77

88
Module allows to report Serenity powered tests to [reportportal.io](http://reportportal.io) server. Adds additional reporting to Serenity based test automation frameworks.
99

10+
> **Warning**
11+
> Make sure used integration version corresponds to documentation.
12+
13+
By default `development` branch documentation is selected and it may contains unreleased features description.
14+
15+
To view specific documentation version use tags switch at the top of github page as shown on image below
16+
17+
![Tag switcher](images/tag-switcher.png)
18+
1019
Table of Contents
1120
-----------------
1221
1. [Setup](#setup)
@@ -36,7 +45,7 @@ Edit project's `pom.xml` file
3645
<dependency>
3746
<groupId>com.github.invictum</groupId>
3847
<artifactId>serenity-reportportal-integration</artifactId>
39-
<version>1.4.2</version>
48+
<version>1.4.3</version>
4049
</dependency>
4150
```
4251
Report Portal core libraries are used, but they placed in a separate repository, so its URL also should be added to your build configuration
@@ -60,7 +69,7 @@ Report Portal core libraries are used, but they placed in a separate repository,
6069

6170
Edit your project `build.gradle` file
6271
```
63-
compile: 'com.github.invictum:serenity-reportportal-integration:1.4.2'
72+
compile: 'com.github.invictum:serenity-reportportal-integration:1.4.3'
6473
```
6574
External Report Portal repository should be defined as the same as for Maven
6675
```

Diff for: images/tag-switcher.png

41.7 KB
Loading

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>net.serenity-bdd</groupId>
5656
<artifactId>serenity-core</artifactId>
57-
<version>2.0.70</version>
57+
<version>2.1.8</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.epam.reportportal</groupId>
6161
<artifactId>client-java</artifactId>
62-
<version>4.0.16</version>
62+
<version>4.0.19</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.epam.reportportal</groupId>

0 commit comments

Comments
 (0)