You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea was that when using maven on the the command line, the generators could be set dynamically. Like: maven graphwalker:test -DpathGenerator="random(edge_coverage(100) or time(100))"
The command line would override any graphwalker annotation. The challenge is perhaps how to set it for multiple models. Maybe using the models name or id? Like: maven graphwalker:test -DpathGenerator={model: "modelName", pathGenerator: "random(edge_coverage(100) or time(100))"}
No description provided.
The text was updated successfully, but these errors were encountered: