testplane icon indicating copy to clipboard operation
testplane copied to clipboard

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

Results 84 testplane issues
Sort by recently updated
recently updated
newest added
trafficstars

### Last Hermione version that worked 7.x.x ### Hermione version 8.1.0 ### Code to reproduce the issue ```typescript it("Мой тест", async ({currentTest}) => { .... }); ``` В новой версии...

help wanted
backlog

Описание типа в `hermione/build/src/browser/types.d.ts`: ```typescript executionContext: (RunnerTest | RunnerHook) & { hermioneCtx: { assertViewResults: Array; }, .... }; ```` делаю: ```typescript console log(browser.executionContext.hermioneCtx) ``` в случае если нет ошибок, получаю:...

bug 🐛

### Verify latest release - [X] I verified that the issue exists in the latest Hermione release ### Hermione version _No response_ ### Which area(s) of Hermione are affected? (leave...

bug 🐛

Привет! Не уверена, что ишью к вам, а не к webdriverio, но пока попробую сюда, может быть подскажете) Проблема следующая: 1. нужно проверить состояние какого-либо элемента на ховер 2. нужный...

When I try to use hermione in project which uses yarn pnp I receive this error all the time: ``` [12:56:16 GMT+0] Error: plugins-loader tried to access hermione-allure-hermione, but it...

bug 🐛
help wanted

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story _No response_ ### Describe the solution you'd like Add own github-action...

actual
backlog

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story Привет! Сделаю референс к playwright. Он может использоваться не просто как...

backlog

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story We have the issue with the `browser.mock` method. Sometimes it just...

actual

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story now, in order to restart only the failed tests, I need...

help wanted
backlog
good first issue

### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/gemini-testing/hermione/blob/master/CONTRIBUTING.md)) ### Describe the user story When running tests locally, for instance, via devtools protocol they often...

enhancement
backlog