diff --git a/docs/installation-steps-advanced/ScalingReportPortalServices.md b/docs/installation-steps-advanced/ScalingReportPortalServices.md index 668521cc70..443518abda 100644 --- a/docs/installation-steps-advanced/ScalingReportPortalServices.md +++ b/docs/installation-steps-advanced/ScalingReportPortalServices.md @@ -38,4 +38,4 @@ To effectively scale ReportPortal, you need to follow these steps: replicas: 2 ``` -2. **Load Balancing**: The Teafik is already set up to automatically distribute incoming requests among all active services. +2. **Load Balancing**: The Traefik is already set up to automatically distribute incoming requests among all active services. 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 8eeaeaf91f..80132b8e9e 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 @@ -73,6 +73,7 @@ The following parameters are optional: - `rp_hierarchy_dirs = True` - Enables hierarchy for tests directories, default `False`. Doesn't support 'xdist' plugin. - `rp_hierarchy_dir_path_separator` - Path separator to display directories in test hierarchy. In case of empty value current system path separator will be used (os.path.sep). - `rp_hierarchy_code` - Enables hierarchy for inner classes and parametrized tests, default `False`. Doesn't support 'xdist' plugin. +- `rp_hierarchy_test_file` - Controls display of test file name in the hierarchy and Item Name, default `True`. - `rp_bts_issue_url = https://bugzilla.some.com/show_bug.cgi?id={issue_id}` - issue URL (issue_id will be filled by parameter from `@pytest.mark.issue` decorator). Fill this parameter if you want to automatically link failed test with an external issue or put a comment into ReportPortal defect. - `rp_bts_project = PROJECT` - Bug Tracking System Project name to use along with `@pytest.mark.issue` decorator. Fill this parameter if you want to automatically link failed test with an external issue. Should be the same as in corresponding integration. - `rp_bts_url = https://bugzilla.some.com/` - Bug Tracking System base URL to use along with `@pytest.mark.issue` decorator. Fill this parameter if you want to automatically link failed test with an external issue. Should be the same as in corresponding integration.