Skip to content
Merged
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
Expand Up @@ -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.

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

<MediaViewer src={require('./img/Integrations.png')} alt="Integrations in our test management system" />

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?

Expand Down