GraphWalker / graphwalker-project

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

Home Page:http://graphwalker.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve documentation

asampaio opened this issue · comments

Correct "cretae" at the third bullet of documentation

Thanks!
Fixed

Here https://github.com/GraphWalker/graphwalker-project/wiki/Offline I believe the jq command should be outside the double quotes of the generator.
Also, although there is a jq version for windows, the same (output just the names) can be done easily in windows using powershell. Using the same example:
java -jar graphwalker-cli-4.2.0.jar offline -m Login.graphml "a_star(reached_vertex(v_Browse))" | ConvertFrom-Json
Possibly this could also be added to the documentation.

Yes, indeed. The double-quote was in the wrong place. Thanks!

Regarding an update for PowerShell. You should be able to fork the wiki pages, and post a pull request. That would be very appreciated.