Alexander Savin
Alexander Savin
Including request (see #47)
in the form like `/api?r[]=my-route&rP[]=null` so it would be possible to use popular ajax form plugins.
It seems that we need a method for RequestListener browser implementation
It seems that `json-api-normalizer` can't work if I have an entity with type `meta`. Am I right? Why not use `entities` and `result` top-level keys, like original `normalizr` does?
Hi, Yury! Thanks for the useful lib! A lot of programmers in JS community use `flow` and `Typescript`. My company uses `flow`, so I'm interested in `flow` mostly. Do you...
My config: ``` js gemini.suite('popup ' , function (child) { child .setUrl('url/to/page') .before(function (actions, find) { actions.setWindowSize(1200, 800); actions.click(find('.show-popup')); actions.waitForElementToShow('.popup', 2000); }) .setCaptureElements('.popup') .capture('plain'); }); ``` result: `StateError: Area with...
For wider adoption, gemini should be able to write report in different formats. TAP? JSON? XUNIT? It would be too much work for gemini team to implement all popular formats....
You can read about `--coverage` [here](https://github.com/gemini-testing/gemini/blob/master/doc/commands.md), but it's deprecated.