GraphWalker Dashboard

A dashboard that show the result from executed tests and the progress of running tests

License

License

GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker-dashboard
Last Version

Last Version

3.0.0-RC1
Release Date

Release Date

Type

Type

jar
Description

Description

GraphWalker Dashboard
A dashboard that show the result from executed tests and the progress of running tests
Project URL

Project URL

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

Project Organization

GraphWalker

Download graphwalker-dashboard

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-mobile jar 1.1.5.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 1.1.5.RELEASE

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-4.3.0-SNAPSHOT.jar

Run it like:

java -jar graphwalker-cli/target/graphwalker-cli-4.3.0-SNAPSHOT.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-4.3.0-SNAPSHOT.jar
org.graphwalker

GraphWalker - Model-based testing

A Model-based testing tool, written in Java

Versions

Version
3.0.0-RC1