https://github.com/GraphWalker/graphwalker-project
This is the repo for the Model-based testing tool GraphWalker.
https://github.com/GraphWalker/graphwalker-project
Last synced: 16 days ago
JSON representation
This is the repo for the Model-based testing tool GraphWalker.
- Host: GitHub
- URL: https://github.com/GraphWalker/graphwalker-project
- Owner: GraphWalker
- License: mit
- Created: 2014-06-08T09:11:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T14:37:26.000Z (6 months ago)
- Last Synced: 2024-10-31T19:37:07.305Z (5 months ago)
- Language: Java
- Homepage: http://graphwalker.org
- Size: 20.2 MB
- Stars: 328
- Watchers: 23
- Forks: 116
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - GraphWalker
README
[](https://github.com/GraphWalker/graphwalker-project/actions/workflows/maven.yml)
[](https://github.com/GraphWalker/graphwalker-project/actions/workflows/codeql-analysis.yml)
[](https://maven-badges.herokuapp.com/maven-central/org.graphwalker/graphwalker-project)# GraphWalker
Documentation on http://graphwalker.org/
## Get the source code and build all modules
```bash
git clone https://github.com/GraphWalker/graphwalker-project.git
cd graphwalker-project
mvn install
```## Build the stand command-line tool
```bash
mvn package -pl graphwalker-cli -am
```The jar is in:
```bash
graphwalker-cli/target/graphwalker-cli-.jar
```Run it like:
```bash
java -jar graphwalker-cli/target/graphwalker-cli-.jar
```## Build Studio
```bash
mvn package -pl graphwalker-studio -am
```The jar is in:
```bash
graphwalker-studio/target/
```
Run it like:
```bash
java -jar graphwalker-studio/target/graphwalker-studio-.jar
```