Matt Frantz
Matt Frantz
I found one way to do this by aliasing the fields of a STRUCT. For example, if `Points` is a table containing a `point` STRUCT with `x` and `y` fields:...
Duplicate of #2 perhaps?
My use case is a GitHub Enterprise (on-prem) instance, so just being able to point to a different GH instance (e.g. http://github.acme.com) would be nice. Another case is "local package"...
The table/tuple usage seems to align with the Gherkin "Scenario Outline" concept. https://docs.cucumber.io/gherkin/reference/#scenario-outline
Is this a duplicate of #233?
I have some ideas about how I could do this in the client, but it might be better if the server could do it. For the "filter_tags" feature (which I...
I have a working implementation of this (obviously in the `hiptest-publisher`, not the server), if you're interested.
For our use case, we would use it in a mode where we only want the XML (in order to separate the sync with Hiptest server from the generation of...
If you want "generic enough code, so it fits most needs," then you should generate some sort of asynchronous interface, since calling a synchronous API from an asynchronous function is...
With promises, the assumption would be that each of the action word function would return a promise. Thus, the stubs are identical to what you are generating now for the...