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
@@ -362,7 +362,7 @@ When sending reports for tests in parameterized classes like this, the JUnit age
362
362
363
363
### Images and Files
364
364
365
-
[Log message format documentation](https://github.com/reportportal/documentation/blob/master/src/md/src/LogDataInReportPortal/LoggingIntegration.md#log-message-format)
In addition to text log messages, ReportPortal has the ability to record images and file contents. The link above documents the formats supported by the report portal test listener for representing these artifacts.
368
368
@@ -399,7 +399,7 @@ We’ll assume that Report Portal is installed and running on <http://localhost:
399
399
<dependency>
400
400
<groupId>com.epam.reportportal</groupId>
401
401
<artifactId>agent-java-junit</artifactId>
402
-
<version>5.1.1</version>
402
+
<version>5.1.2</version>
403
403
<scope>test</scope>
404
404
</dependency>
405
405
```
@@ -678,7 +678,7 @@ in this case - add a `maven dependency plugin` dependency explicitly, like this:
0 commit comments