GraphWalker Example

Model-Based Testing Tool

License

License

GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker-example
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

GraphWalker Example
Model-Based Testing Tool
Project URL

Project URL

http://graphwalker.org/../graphwalker-example
Project Organization

Project Organization

GraphWalker
Source Code Management

Source Code Management

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

Download graphwalker-example

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.graphwalker : graphwalker-maven-plugin jar 3.0.0

Project Modules

There are no modules declared in this project.

Java CI with Maven CodeQL Maven Central

GraphWalker

Documentation on http://graphwalker.org/

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.0.0
3.0.0-RC1