You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GraphWalker
Hi!
I get this error when running mvn graphwalker:test in my project. I can generate the sources without any issues.
I have looked at previous solutions to the same issue butI have no white spaces in my path. Do I have the right maven version? I have version 3.6.3.
Thanks in advance!
Kristian Karl
unread,
May 5, 2020, 4:58:29 AM5/5/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GraphWalker
Hi,
That version of maven is ok. It's something else.
The message "No start context found" means that GraphWalker don't know where the execution of the model(s) should start.
There is 3 ways of telling GraphWalker this:
Annotation: For a model class, you can use the annotation: @GraphWalker(value="random(reached_vertex(v_ShoppingCart))", start="e_StartBrowser") Where start points to which element to be the starting point. See: Shopping cart example
The starting point can be set by GraphWalker Studio in the model json file. Select an element, open the properties side bar, and set the Start element toggle.