testplane icon indicating copy to clipboard operation
testplane copied to clipboard

Testplane (ex-hermione) browser test runner based on mocha and wdio

Results 74 testplane issues
Sort by recently updated
recently updated
newest added

If you give a non-existing `browserId` to `sortTests` it retrun error: ``` TypeError: Cannot read property '0' of undefined at TestCollection.getRootSuite (/Users/ruslankhh/work/web4-1/node_modules/hermione/lib/test-collection.js:19:52) at _.forEach (/Users/ruslankhh/work/web4-1/node_modules/hermione/lib/test-collection.js:25:31) at /Users/ruslankhh/work/web4-1/node_modules/lodash/lodash.js:4944:15 at baseForOwn (/Users/ruslankhh/work/web4-1/node_modules/lodash/lodash.js:3001:24)...

Добрый день! Столкнулся со следующей проблемой. В верстке имеется div, с возможностью скроллить внутри него. Необходимо сделать скриншот всего дива, не открывая его в новой html. Скажите, можно ли как...

Hello! Want to run tests in the jenkins, but can't get report for Jenkins plugins for view results in build(use [Xunit plugin](https://plugins.jenkins.io/xunit)). Mocha has special reporter [xunit](https://mochajs.org/#xunit) Add mochaOpts in...

Похоже, что гермиона не дожидается отображения отрисовки вставленных в html svg-элементов. ![image](https://user-images.githubusercontent.com/677518/49580420-ea206100-f95f-11e8-9c6c-6ac5ca74da62.png) ![image](https://user-images.githubusercontent.com/677518/49580579-4e432500-f960-11e8-83fc-7805b1eb244e.png) Точно не хотим общее решение?

Вопросы: 1. Я правильно понимаю: что PAGE OBJECT PATTERN также можно использовать и с hermione То есть как это описано у webdriverIO http://webdriver.io/guide/testrunner/pageobjects.html Так же создаю классы, расписываю методы и...

Hi! Can I run hermione tests on Headless Chrome? Is it platform agnostic solution?

It'd be great to mention it in [Why should you choose hermione?](https://github.com/gemini-testing/hermione#why-should-you-choose-hermione) chapter. To be honest I don't know which killer features `hermione` provides to? I'm in crossroads: `hermione` or...

question

Пытаюсь запустить гермиону на localhost( команда hermione gui ), использую storybook по адресу 'http://localhost:6006'. Получаю следующую ошибку: ` ERROR webdriver: Request failed with status 200 due to WebDriver Error: unknown...

## What is done Added ability to read tests in `.jsx` and `.tsx` files. To do this, it was necessary to add a code transpiler - babel. Used in order...