Skip to content

Commit ebf6cbe

Browse files
committed
DOC: Updated README.md file
1 parent aa113e4 commit ebf6cbe

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Serenity integration with Report Portal
66
=======================================
77

8-
Module allows to report Serenity powered tests to [reportportal.io](http://reportportal.io).
8+
Module allows to report Serenity powered tests to [reportportal.io](http://reportportal.io). Supplies additional reporting facility to Serenity based test automation frameworks.
99

1010
Setup
1111
-------------
@@ -18,7 +18,7 @@ Edit project's `pom.xml` file
1818
<dependency>
1919
<groupId>com.github.invictum</groupId>
2020
<artifactId>serenity-reportportal-integration</artifactId>
21-
<version>1.1.0</version>
21+
<version>1.1.1</version>
2222
</dependency>
2323
```
2424
Report Portal core libraries are used, but it uses external repository, so it URL also should be added to your build configuration
@@ -39,7 +39,7 @@ Report Portal core libraries are used, but it uses external repository, so it UR
3939

4040
Edit `build.gradle` file in the project root
4141
```
42-
compile group: 'com.github.invictum', name: 'serenity-reportportal-integration', version: '1.0.6'
42+
compile group: 'com.github.invictum', name: 'serenity-reportportal-integration', version: '1.1.1'
4343
```
4444
External Report Portal repository should be defined the same as for Maven
4545
```
@@ -67,6 +67,10 @@ Message will appear in the scope of entity it was triggered. I. e. inside relate
6767
> **Notice**
6868
> Actually to add logs to Report Portal, they should be emitted in scope of test method, otherwise they will not be displayed at all
6969
70+
**Native Serenity reporting**
71+
72+
Serenity TAF provides its own reporting facility, but `serenity-reportportal-integration` may be used in parralel with it or independently. Both reporting mechanisms should be configured accordingly and do not depends on each other.
73+
7074
Integration configuration
7175
-------------
7276

0 commit comments

Comments
 (0)