Boris Osipov
Boris Osipov
Issue: Marathon exited with exception ``` E 14:18:52.899 [main @coroutine#1] null cannot be cast to non-null type kotlin.Array ``` I've added stacktrace to log ``` E 14:18:52.899 [main @coroutine#1] com.malinskiy.marathon.ios.xctestrun.Xctestrun.(Xctestrun.kt:61)...
`gemini update` leads to node crash when I run test against Firefox(in my case 61.0.1) It works well when I use Chrome with the same setup. OS: ``` bo@boubuntu:~/tmp/genimi$ lsb_release...
I've run into spam attack via `Channel_Bot`. The `tg-spam` can't properly ban users that post the messages. It seems `tg-spam` tries to ban `Channel_Bot` `"id":136817688`, but the culprit is the...
See docs here https://github.com/reportportal/documentation/blob/master/src/md/src/DevGuides/rerun.md
Allow create steps from code. Example: ```js step("Given I open the site /", () => { // some code }) step("When I click on the element #textinput", () => {...
## The problem Reporter crashes if suite failed by before hooks ## Environment * WebdriverIO version: v4 * wdio-reportportal-version version: 0.0.10 * WDIO Testrunner and version(mocha\cucumber\jasmine): cucumber ## Details ```...
I want to customize how notification text layout looks like. It will be easy if I can pass a template file as config parameter. Now it is impossible and the...
There are a few issues [with the PR](https://github.com/webdriverio/webdriverio/pull/11532): 1. `testCaseId` should not include test parameters 2. It should be set for all tests (even for the ones with ALLURE_ID) 3....