Lars Yde (LAY)
Lars Yde (LAY)
Sure. Please see attached file - renamed from json to txt to workaround issue editor limitation. [restler3.txt](https://github.com/microsoft/rest-api-fuzz-testing/files/6643890/restler3.txt)
that example shows how to pass compile output as input to later RESTler stages. How do you tell the compiler to use the file share mount that you set up...
I have this configuration: { "readOnlyFileShareMounts": [ { "fileShareName": "specifications", "mountPath": "/specifications" }, { "fileShareName": "examples", "mountPath": "/examples" } ],... "tasks": [ { "toolName": "RESTler", "outputFolder": "restler", "keyVaultSecrets": [ "TOKEN"...
I added this to my configuration: "compileConfiguration": { "useRefreshableToken": true, "discoverExamples": false, "useBodyExamples": true, "useQueryExamples": true, "examplesDirectory": "Examples", "exampleConfigFilePath": "/examples" } and I changed the reference in my yaml file...
It's coming from RESTler- here's the full stack trace: Unhandled exception. System.AggregateException: One or more errors occurred. (Unable to cast object of type 'NJsonSchema.JsonSchema' to type 'NSwag.OpenApiExample'.) ---> System.InvalidCastException: Unable...
We need this for RESTler and your example helps; I'd still like a sample but this is fine for now. Thanks.
> @kat-y Hi Katy - my company is considering a move to Selenium w/WinAppDriver for desktop testing. We're of course interested in the long term viability of WinAppDriver and need...
I ended up with this but it would still be nice to have some documentation or examples of fluent syntax in OS queries - the order of clauses and uses...
When I run the above, I get "query is missing" - I'm at a loss why; this is usually because of extra newline in the query but that cant be...