From 19331f70e41a8a50e38fbdbefbfd8cd9482bcb83 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Tue, 22 Oct 2024 10:49:44 +0300 Subject: [PATCH] Update pytest.md --- .../test-framework-integration/Python/pytest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md b/docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md index b29422a27..8eeaeaf91 100644 --- a/docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md +++ b/docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md @@ -60,6 +60,7 @@ The following parameters are optional: - `rp_launch_uuid_print_output = stderr` - Launch UUID print output. Default `stdout`. Possible values: [stderr, stdout]. - `rp_parent_item_id = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` - id of the existing test item for session to use as parent item for the tests (the session will not handle the lifecycle of the given test item). - `rp_tests_attributes = 'PyTest' 'Smoke'` - list of attributes that will be added for each item in the launch. +- `rp_report_fixtures = False` - Enable reporting fixtures as test items. Possible values: [True, False]. - `rp_connect_timeout = 15` - Connection timeout to ReportPortal server. Default value is "10.0". - `rp_read_timeout = 15` - Response read timeout for ReportPortal connection. Default value is "10.0". - `rp_log_batch_size = 20` - size of batch log request.