Skip to content

Commit e3c6126

Browse files
author
reportportal.io
committed
Readme update
1 parent 2b352fc commit e3c6126

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ In your project, create or update a file named logback.xml in the src/main/resou
100100
<dependency>
101101
<groupId>com.epam.reportportal</groupId>
102102
<artifactId>agent-java-junit</artifactId>
103-
<version>5.1.1</version>
103+
<version>5.1.2</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.epam.reportportal</groupId>
@@ -194,7 +194,7 @@ In your project, create or update a file named logback.xml in the src/main/resou
194194
<dependency>
195195
<groupId>com.epam.reportportal</groupId>
196196
<artifactId>agent-java-junit</artifactId>
197-
<version>5.1.1</version>
197+
<version>5.1.2</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>com.epam.reportportal</groupId>
@@ -276,7 +276,7 @@ repositories {
276276
277277
dependencies {
278278
compile 'com.epam.reportportal:logger-java-log4j:5.1.4'
279-
compile 'com.epam.reportportal:agent-java-junit:5.1.1'
279+
compile 'com.epam.reportportal:agent-java-junit:5.1.2'
280280
}
281281
282282
test {
@@ -362,7 +362,7 @@ When sending reports for tests in parameterized classes like this, the JUnit age
362362

363363
### Images and Files
364364

365-
[Log message format documentation](https://github.com/reportportal/documentation/blob/master/src/md/src/LogDataInReportPortal/LoggingIntegration.md#log-message-format)
365+
http://reportportal.io/docs/Logging-Integration%3Elog-message-format
366366

367367
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.
368368

@@ -399,7 +399,7 @@ We’ll assume that Report Portal is installed and running on <http://localhost:
399399
<dependency>
400400
<groupId>com.epam.reportportal</groupId>
401401
<artifactId>agent-java-junit</artifactId>
402-
<version>5.1.1</version>
402+
<version>5.1.2</version>
403403
<scope>test</scope>
404404
</dependency>
405405
```
@@ -678,7 +678,7 @@ in this case - add a `maven dependency plugin` dependency explicitly, like this:
678678
<dependency>
679679
<groupId>com.epam.reportportal</groupId>
680680
<artifactId>agent-java-junit</artifactId>
681-
<version>5.1.1</version>
681+
<version>5.1.2</version>
682682
<scope>test</scope>
683683
</dependency>
684684

@@ -814,7 +814,7 @@ repositories {
814814
815815
dependencies {
816816
compile 'com.epam.reportportal:logger-java-log4j:5.1.4'
817-
compile 'com.epam.reportportal:agent-java-junit:5.1.1'
817+
compile 'com.epam.reportportal:agent-java-junit:5.1.2'
818818
compile 'org.apache.logging.log4j:log4j-api:2.17.1'
819819
compile 'org.apache.logging.log4j:log4j-core:2.17.1'
820820
}

0 commit comments

Comments
 (0)