You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Serenity integration with Report Portal
6
6
=======================================
7
7
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.
External Report Portal repository should be defined the same as for Maven
45
45
```
@@ -67,6 +67,10 @@ Message will appear in the scope of entity it was triggered. I. e. inside relate
67
67
> **Notice**
68
68
> Actually to add logs to Report Portal, they should be emitted in scope of test method, otherwise they will not be displayed at all
69
69
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.
0 commit comments