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 c3113e04f..070608904 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 de7c1f64c..45466a3cb 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?