Skip to content
Merged

Publish #1043

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
@@ -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)
Original file line number Diff line number Diff line change
@@ -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)
Original file line number Diff line number Diff line change
@@ -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)

Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down