Skip to content

sixstones/graphwalker-project

 
 

Repository files navigation

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

About

This is the repo for the Model-based testing tool GraphWalker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.4%
  • Java 23.8%
  • CSS 20.7%
  • Other 1.1%