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 0000000000..037eaf0e17 --- /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 0000000000..464dac2323 --- /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 0000000000..91320f2c55 --- /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) + 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 ab5487cedf..ce7b7d5bdb 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`).