Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.96 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.96 KB

Cucumber3 Agent for ReportPortal

End of support: The agent lifecycle already ended. You are free to use it as long as you prefer, but no new updates will be published.

DISCLAIMER: We use Google Analytics for sending anonymous usage information such as agent's and client's names, and their versions after a successful launch start. This information might help us to improve both ReportPortal backend and client sides. It is used by the ReportPortal team only and is not supposed for sharing with 3rd parties.

Maven Central CI Build Join Slack chat! stackoverflow Build with Love

Installation

Add to POM.xml

dependency

<dependency>
  <groupId>com.epam.reportportal</groupId>
  <artifactId>agent-java-cucumber3</artifactId>
  <version>5.0.2</version>
  <type>pom</type>
</dependency>

Install Reporter, Configuration

See readme for Cucumber Agent 2 for details on installation and configuration (as this (3rd) version of agent is a copy of the 2nd version with minor chagnes in dependencies) - https://github.com/reportportal/agent-java-cucumber2