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
+19-8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Serenity integration with Report Portal
8
8
Module allows to report Serenity powered tests to [reportportal.io](http://reportportal.io) server. Adds additional reporting to Serenity based test automation frameworks.
9
9
10
10
> **Warning**
11
+
>
11
12
> Make sure used integration version corresponds to documentation.
12
13
13
14
By default `development` branch documentation is selected and it may contains unreleased features description.
> To emit log to Report Portal proper time should be specified. If log timestamp is out of range of active test it won't be emitted at all. `TestStep` object contains all the data required to determinate start, end and duration
230
236
231
237
Provided collection of `SaveLogRQ` will be used to push logs to to Report Portal and their order will be based on timestamp.
@@ -250,9 +256,11 @@ To merge all launches that relates to submodules two options should be specified
250
256
Absolute paths are supported as well as relevant. So `/opt/sync` and `../sync` directories are valid. If supplied directory is absent it will be created automatically. Specified path must be writable.
251
257
252
258
> **Caution**
259
+
>
253
260
> Don't specify existing directories with data, because at the end of execution mentioned directory will be removed with all files inside it
254
261
255
262
> **Warning**
263
+
>
256
264
> If relevant path is specified target directory should be the same for all submodules, otherwise merge feature will fail
257
265
-`serenity.rp.modules.count` total quantity of modules with tests
258
266
Value should be positive integer more that 1. So minimal modules quantity to activate feature is 2
@@ -266,9 +274,12 @@ With merge feature activation each submodule still produce separate launch on ex
266
274
267
275
#### Test retries
268
276
269
-
Report portal have the feature to show [test retries](https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/retries.md).
270
-
Serenity RP client will report all retries automatically if you are use maven with *failsafe/surefire* plugin, *junit4* and add `failsafe.rerunFailingTestsCount` or `surefire.rerunFailingTestsCount` property to your test execution.
271
-
The feature work 100% only with this configuration.
277
+
Report Portal has a feature to show [test retries](https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/retries.md).
278
+
Serenity RP client will report all retries automatically if you are use maven with *failsafe/surefire* plugin, *junit4* and add `failsafe.rerunFailingTestsCount` or `surefire.rerunFailingTestsCount` property to your test execution.
279
+
280
+
> **Notice**
281
+
>
282
+
> Consider using RP rerun options if you don't use maven as a build tool. Check [documentation](https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/rerun.md) for more details.
0 commit comments