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
Selenium logs harvesting | `ReportIntegrationConfig.get().harvestSeleniumLogs(true)` | Special option that works in conjunction with `Selenium.filteredLogs(...)` unit and must be enabled as well in order it to works. By default it is disabled.
341
-
Truncate names | `ReportIntegrationConfig.get().truncateNames(true)` | Allows to hide RP server errors that related to entities with long names (more that 1024 symbols) creation. It is not recommended to use it. By default it is disabled.
| Selenium logs harvesting |`ReportIntegrationConfig.get().harvestSeleniumLogs(true)`| Special option that works in conjunction with `Selenium.filteredLogs(...)` unit and must be enabled as well in order it to works. By default it is disabled. |
363
+
| Truncate names |`ReportIntegrationConfig.get().truncateNames(true)`| Allows to hide RP server errors that related to entities with long names (more that 1024 symbols) creation. It is not recommended to use it. By default it is disabled. |
342
364
343
365
## Data mapping
344
366
@@ -347,12 +369,12 @@ relates to each other.
347
369
348
370
**Name** relation is straightforward.
349
371
350
-
Serenity | Report portal
351
-
-------------|---------------
352
-
Test Class | Suite
353
-
Test Method | Test
354
-
Scenario | Test
355
-
Step | Log entry
372
+
| Serenity | Report portal |
373
+
|-------------|---------------|
374
+
| Test Class | Suite |
375
+
| Test Method | Test |
376
+
| Scenario | Test |
377
+
| Step | Log entry |
356
378
357
379
**Description** Each non-log entity in Report Portal may has a description. This field is populated from Serenity
358
380
narrative section for both jUnit and BDD test sources.
@@ -446,24 +468,24 @@ Important release notes are described below.
446
468
Use [releases](https://github.com/Invictum/serenity-reportportal-integration/releases) section for details regarding
0 commit comments