org.japprove:japprove-gradle-plugin

A gradle plugin that automates the diff and approve steps.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.japprove
ArtifactId

ArtifactId

japprove-gradle-plugin
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.japprove:japprove-gradle-plugin
A gradle plugin that automates the diff and approve steps.
Project URL

Project URL

https://github.com/jApprove/japprove
Source Code Management

Source Code Management

https://github.com/jApprove/japprove

Download japprove-gradle-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.japprove/japprove-gradle-plugin/ -->
<dependency>
    <groupId>org.japprove</groupId>
    <artifactId>japprove-gradle-plugin</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.japprove/japprove-gradle-plugin/
implementation 'org.japprove:japprove-gradle-plugin:1.2.0'
// https://jarcasting.com/artifacts/org.japprove/japprove-gradle-plugin/
implementation ("org.japprove:japprove-gradle-plugin:1.2.0")
'org.japprove:japprove-gradle-plugin:jar:1.2.0'
<dependency org="org.japprove" name="japprove-gradle-plugin" rev="1.2.0">
  <artifact name="japprove-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.japprove', module='japprove-gradle-plugin', version='1.2.0')
)
libraryDependencies += "org.japprove" % "japprove-gradle-plugin" % "1.2.0"
[org.japprove/japprove-gradle-plugin "1.2.0"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.japprove : japprove-core jar 1.2.0

Project Modules

There are no modules declared in this project.

JApprove

Build Status Maven Central License

jApprove is a testing tool that provides an easy and flexible way to use approval testing in Java-based software. The basic idea of this tool is to extend JUnit 5 to obtain familiar test cases and to use standard build tools to highlight and approve changes. The main focus of this tool is on the test of large JSON objects and REST APIs.

Features

Currently, jApprove contains the following features:

  • Approval Testing of Strings and JSON Objects
  • Straightforward execution of the tests from inside an IDE
  • Simple approving and diffing functionality by the usage of Gradle or Maven
  • Run Approval Tests in a CI Pipeline
  • Modular structure to simply replace components or add new features

Getting Started

The usage of jApprove depends on the build tool that is used. Therefore, there are tutorials for Gradle- and Maven-based projects.

Examples

For both Gradle and also Maven there is an example project that uses jApproval to demonstrate the usage.

org.japprove

Versions

Version
1.2.0