Skip to content

Commit

Permalink
Merge pull request #838 from reportportal/develop
Browse files Browse the repository at this point in the history
Publish
  • Loading branch information
AmsterGet authored Dec 5, 2024
2 parents 5e280d6 + 3c34824 commit 884c934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 884c934

Please sign in to comment.