Skip to content

Commit

Permalink
Merge pull request #26 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Mar 4, 2024
2 parents ed56855 + 089e649 commit 3194cd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## [Unreleased]
### Changed
- Karate dependency marked as `compileOnly` to force users specify their own version of Karate, by @HardNorth
- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth
### Fixed
- Issue [#23](https://github.com/reportportal/agent-java-karate/issues/23) scenarios outside features in parallel execution, by @HardNorth

## [5.0.1]
### Changed
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ Karate reporters which uploads the results to a ReportPortal server.
[![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal)
[![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat)

The latest version: 5.0.1. Please use `Maven Central` link above to get the agent.
The latest version: 5.0.0. Please use `Maven Central` link above to get the agent.

## Overview: How to Add ReportPortal Logging to Your Project

To start using ReportPortal with Karate framework please do the following steps:

1. [Configuration](#configuration)
* Create/update the `reportportal.properties` configuration file
* Build system configuration
* Add Listener
* Runtime
* Post-running
* Create/update the `reportportal.properties` configuration file
* Build system configuration
* Add Listener
* Runtime
* Post-running
2. [Logging configuration](#logging)
* Loggers and their types
* Loggers and their types
3. [Running tests](#running-tests)
* Build system commands
* Build system commands

## Configuration

Expand Down Expand Up @@ -72,7 +72,7 @@ If your project is Maven-based you need to add dependencies to `pom.xml` file:
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-karate</artifactId>
<version>5.0.1</version>
<version>5.0.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -89,7 +89,7 @@ For Gradle-based projects please update dependencies section in `build.gradle` f

```groovy
dependencies {
testImplementation 'com.epam.reportportal:agent-java-karate:5.0.1'
testImplementation 'com.epam.reportportal:agent-java-karate:5.0.0'
}
```

Expand Down

0 comments on commit 3194cd7

Please sign in to comment.