Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish #838

Merged
merged 3 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading