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
+14
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,20 @@ reportPortal.addLog({
84
84
85
85
See [`sendLog` method of ReportPortal JavaScript Client](https://github.com/reportportal/client-javascript#sendlog) for more oprtions.
86
86
87
+
### Get Report URL
88
+
89
+
Once report is posted a special `reportportal.result`event is created.
90
+
91
+
You can use it to pass URLof a report into other plugins. For instance, you can use it to send Slack or Email notifications including a link to a report.
0 commit comments