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
@mailtoach79 to put an example i.e. a Step executing gremlin query.
Either via a string body or via $PATH:<path_to_file>
This is already supported by the framework. 👍
But if a specialized place-holder needed like below-
e.g. $GREMLIN.QUERY.FILE:<path to file>, then it has to be created. (Please raise an issue for this if needed)
Mr Uma has to suggest !
The final example will look like below-
{
"scenarioName": "Gremlin HelloWorld query",
"steps": [
{
"name": "execute_gremlin",
"url": "/tinkerpop/gremlin",
"operation": "POST",
"request": "g.V().hasLabel('airport').groupCount().by('country')",
"assertions": {
//query response for select country,count(country) from airports group by country;
}
}
]
}
The text was updated successfully, but these errors were encountered:
@mailtoach79 to put an example i.e. a Step executing gremlin query.
Either via a
string
body or via$PATH:<path_to_file>
This is already supported by the framework. 👍
But if a specialized
place-holder
needed like below-e.g.
$GREMLIN.QUERY.FILE:<path to file>
, then it has to be created.(Please raise an issue for this if needed)
Mr Uma has to suggest !
The final example will look like below-
The text was updated successfully, but these errors were encountered: