Skip to content

rohitkothari85/graphwalker-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,557 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Build status codecov.io Coverity Scan Build Status Stories in Ready Stories in Progress 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-4.0.0-SNAPSHOT.jar

Run it like:

java -jar graphwalker-cli/target/graphwalker-cli-4.0.0-SNAPSHOT.jar

Build Studio

  • Install npm
  • Run following commands:
  • cd graphwalker-studio/src/main/webapp
  • npm install
  • webpack
mvn package -pl graphwalker-studio -am

The jar is in:

graphwalker-studio/target/graphwalker-studio-4.0.0.jar

Run it like:

java -jar graphwalker-studio/target/graphwalker-studio-4.0.0-SNAPSHOT.jar

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 54.7%
  • Java 23.1%
  • CSS 21.1%
  • Other 1.1%