Anton Usmansky

Results 58 comments of Anton Usmansky

Thanks for your PR. Sorry for long delay. Could you rebase please?

Hermione can't read test files asynchronously because of global `hermione` object. [Test API](https://github.com/gemini-testing/hermione#tests-api) provided by this object will work incorrectly: - skips - only - config overriding

@Drm1804 take a look at [this guide](https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md)

@mikhail-putilov looks like you should install some deps. Try `$ sudo apt-get install build-essential`

Take a look at [isVisible](http://v4.webdriver.io/api/state/isVisible.html) ```js it('bla bla', async function() { const visible = this.browser.isVisible('#x'); if (!visbile) { await this.browser.moveToObject('#Y') } // ... }); ```

You can set `screenshotDelay` option in your config: https://github.com/gemini-testing/gemini/blob/master/doc/config.md

Есть не нулевая вероятность, что дело в верстке. Такое бывает когда на странице есть скрол и фиксированные элементы (допустим что-то всегда центруется или лепится к низу): gemini отскринил, посмотрел, что...

Hermione doesn't have xunit reporter. And it will not work through the `mochaOpts` because `mocha` used in hermione only as a test parser, not runner. I'd suggest you to use...

In case of test fail hermione exit code will be nonzero. So status should be fail by default

@sipayRT is on the vacation till Dec 15. When he come back we will dicuss this stuff.