Skip to content

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

License

Notifications You must be signed in to change notification settings

izzulisyrafml/graphwalker-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.2%
  • JavaScript 3.9%
  • Other 0.9%