From 0531e502ec1da3d334950ee743d4ade495101a35 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Tue, 2 Dec 2025 16:07:47 +0300 Subject: [PATCH 1/2] 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 ab5487ced..ce7b7d5bd 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 @@ -76,6 +76,7 @@ The following parameters are optional: - `rp_log_batch_payload_limit = 65000000` - maximum payload size in bytes of async batch log requests. - `rp_log_level = INFO` - The log level that will be reported. - `rp_log_format = [%(levelname)7s] (%(name)s) %(message)s (%(filename)s:%(lineno)s)` - Format string to be used for logs sent to the service. +- `rp_log_custom_levels = 35:ASSUMPTION 37:ASSERTION` - Custom log levels specified as 'int level:string'. Overrides existing level if int level matches. - `rp_ignore_attributes = 'xfail' 'usefixture'` - Ignore specified pytest markers. - `rp_is_skipped_an_issue = False` - Treat skipped tests as required investigation. Default `True`. - `rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`). From 4f75643f83f44cf183818bdfc49bffcfabad44af Mon Sep 17 00:00:00 2001 From: Yuliya Prihodko <107035036+pressayuliya@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:34:35 +0300 Subject: [PATCH 2/2] EPMRPP-109515 || Add test frameworks to Other section (#1042) Co-authored-by: Yuliya_Prihodko --- .../test-framework-integration/Other/gauge.md | 14 ++++++++++++++ .../test-framework-integration/Other/silktest.md | 14 ++++++++++++++ .../test-framework-integration/Other/xctest.md | 15 +++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 docs/log-data-in-reportportal/test-framework-integration/Other/gauge.md create mode 100644 docs/log-data-in-reportportal/test-framework-integration/Other/silktest.md create mode 100644 docs/log-data-in-reportportal/test-framework-integration/Other/xctest.md diff --git a/docs/log-data-in-reportportal/test-framework-integration/Other/gauge.md b/docs/log-data-in-reportportal/test-framework-integration/Other/gauge.md new file mode 100644 index 000000000..037eaf0e1 --- /dev/null +++ b/docs/log-data-in-reportportal/test-framework-integration/Other/gauge.md @@ -0,0 +1,14 @@ +--- +sidebar_position: 3 +sidebar_label: Gauge +description: Connect Gauge test results with ReportPortal to monitor specifications execution, analyze automation outcomes, and enhance testing efficiency. +--- + +# Gauge + +There is an agent to integrate [Gauge](https://gauge.org/) with ReportPortal. + +Gauge is an open-source test automation framework by ThoughtWorks that focuses on readable, specification-style tests written in Markdown. +It supports multiple programming languages and helps teams create maintainable tests that align closely with business requirements. + +[Installation guide](https://github.com/reportportal/agent-net-gauge#readme) diff --git a/docs/log-data-in-reportportal/test-framework-integration/Other/silktest.md b/docs/log-data-in-reportportal/test-framework-integration/Other/silktest.md new file mode 100644 index 000000000..464dac232 --- /dev/null +++ b/docs/log-data-in-reportportal/test-framework-integration/Other/silktest.md @@ -0,0 +1,14 @@ +--- +sidebar_position: 1 +sidebar_label: SilkTest +description: Track and analyze SilkTest automation results in one place, get clear insights into test execution. +--- + +# SilkTest + +There is an agent to integrate [SilkTest](https://www.microfocus.com/documentation/silk-test/200/en/silk4j-help-en/SILKTEST-4C899BC5-SILKTESTPRODUCTSUITE-CON.html) with ReportPortal. + +SilkTest is a functional test automation framework for web, mobile, and enterprise applications. +It supports multiple technologies and allows creating robust, maintainable automated tests across different platforms. + +[Installation guide](https://github.com/reportportal/agent-silktest) diff --git a/docs/log-data-in-reportportal/test-framework-integration/Other/xctest.md b/docs/log-data-in-reportportal/test-framework-integration/Other/xctest.md new file mode 100644 index 000000000..91320f2c5 --- /dev/null +++ b/docs/log-data-in-reportportal/test-framework-integration/Other/xctest.md @@ -0,0 +1,15 @@ +--- +sidebar_position: 2 +sidebar_label: XCTest Agent +description: Collect, analyze, and visualize XCTest execution results in our test automation reporting dashboard. +--- + +# XCTest Agent + +There is an agent to integrate [XCTest Agent](https://developer.apple.com/documentation/xctest) with ReportPortal. + +XCTest is Apple’s native testing framework for iOS, iPadOS, macOS, watchOS, and tvOS applications. +XCTest Agent enables collecting and sending test execution results from XCTest-based tests to ReportPortal. + +[Installation guide](https://github.com/reportportal/agent-swift-XCTest#readme) +