GraphWalker Gradle Plugin

Model-Based Testing Tool

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker-gradle-plugin
Last Version

Last Version

3.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

GraphWalker Gradle Plugin
Model-Based Testing Tool
Project URL

Project URL

http://graphwalker.org/graphwalker-gradle-plugin
Project Organization

Project Organization

GraphWalker
Source Code Management

Source Code Management

https://github.com/GraphWalker/graphwalker-project

Download graphwalker-gradle-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.graphwalker : graphwalker-java jar 3.3.0
org.slf4j : slf4j-api jar 1.7.10

provided (5)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.4.0-rc-2
org.gradle » gradle-core jar 2.2.1
org.gradle » gradle-base-services jar 2.2.1
org.gradle » gradle-base-services-groovy jar 2.2.1
org.gradle » gradle-plugins jar 2.2.1

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status Build status codecov.io Coverity Scan Build Status Maven Central

GraphWalker

Documentation on http://graphwalker.org/

GraphWalker survey

We created a questionnaire which we would love our users to fill in. The purpose is to help us understand how GraphWalker is used.

Please go to GraphWalker Survey

Get the source code and build all modules

git clone https://github.com/GraphWalker/graphwalker-project.git
cd graphwalker-project
mvn install

Build the stand command-line tool

mvn package -pl graphwalker-cli -am

The jar is in:

graphwalker-cli/target/graphwalker-cli-<VERSION>.jar

Run it like:

java -jar graphwalker-cli/target/graphwalker-cli-<VERSION>.jar

Build Studio

mvn package -pl graphwalker-studio -am

The jar is in:

graphwalker-studio/target/

Run it like:

java -jar graphwalker-studio/target/graphwalker-studio-<VERSION>.jar
org.graphwalker

GraphWalker - Model-based testing

A Model-based testing tool, written in Java

Versions

Version
3.3.0
3.2.1
3.2.0