From 4a7bab10bc0cd720fc567d0a8175ba9b9f949d56 Mon Sep 17 00:00:00 2001 From: Yuliya_Prihodko Date: Thu, 15 Jan 2026 08:18:36 +0300 Subject: [PATCH] EPMRPP-111089 || Update test framework integration & Cucumber --- .../test-framework-integration/Java/Cucumber.md | 2 +- .../test-framework-integration/index.mdx | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber.md b/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber.md index c3113e04ff..0706089046 100644 --- a/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber.md +++ b/docs/log-data-in-reportportal/test-framework-integration/Java/Cucumber.md @@ -6,7 +6,7 @@ description: Integrate Cucumber BDD framework with ReportPortal for comprehensiv # ReportPortal Cucumber Integration -There is an agent to integrate [Cucumber](https://cucumber.io/) with ReportPortal. +There is an agent to integrate [Cucumber](https://cucumber.io/) (Cucumber-JVM) with ReportPortal. Cucumber is a popular open-source framework for behavior-driven development (BDD) which based on Gherkin language and allows developers, testers, and business stakeholders to work together and define an application's behavior. diff --git a/docs/log-data-in-reportportal/test-framework-integration/index.mdx b/docs/log-data-in-reportportal/test-framework-integration/index.mdx index de7c1f64c3..45466a3cb9 100644 --- a/docs/log-data-in-reportportal/test-framework-integration/index.mdx +++ b/docs/log-data-in-reportportal/test-framework-integration/index.mdx @@ -5,9 +5,14 @@ description: Integrate your test framework with ReportPortal. Configure agents, # Test Framework Integration +ReportPortal is a system that **integrates with your Test Framework**, listens for events and visualizes test results. You cannot execute results right from ReportPortal. + +**[Agent](/glossary/#agent)** is a self-sufficient integration with a test framework that automatically sends test results and metadata after minimal configuration. + +**[Client](/glossary/#client)** is a REST API library that helps send data programmatically, but requires you to implement the logic and manage metadata yourself. + -ReportPortal is a system that **integrates with your Test Framework**, listens for events and visualizes test results. You cannot execute results right from ReportPortal. How can ReportPortal be integrated with Test Framework?