-
Locally working correctly. But If I run on Remote selenium hub all tests gets executed but report is not generated if there many test steps (more than 20).
Throws Error while aggregating report.
…
-
Hi @SimitTomar ,
I have recently started using the library and noticed an intermittent error at the beginning of the tests execution `Error: ENOTEMPTY: directory not empty, rmdir`. Although there …
-
```
[DEVICEFARM] Setting up your device. This usually takes 2-3 minutes.
[DEVICEFARM] ########### Start executing testspec ###########
[DEVICEFARM] ########### Entering phase install ########…
ghost updated
2 years ago
-
## The problem
Nor sendLogToTest neither sendFileToTest works with mocha wdio from afterHook. Error is next: `Can not send file to test "after all" hook for...` In my case I use mocha `before` and …
-
**Is your feature request related to a problem?**
Indeed. There's a limitation on how much concurrent sessions a single machine is able to handle because WDIO spawns new nodejs process for every pa…
-
if AUT is using ws for communication - it fails when running on Browserstack, because fails to connect
**update** - see the workaround in the end
**Environment (please complete the following infor…
-
**Describe your question with as much detail as possible**
Hello, being not a specialist in this subject I just wanted to understand the reason for https://github.com/webdriverio-community/wdio-cucum…
-
Hello. I'm using wdio-video-reporter while running a group of parallel wdio-tests. I would like to know if it is possible to configure the reporter so that when taking screenshots and videos, logs are…
-
Hello, I am using wdio-html-nice-reporter 8.0.4 and wdio 7.25.0 and found that the master report cannot be generated when there are long(many steps) test suites.
There are 7 test suites, each with …
-
Hi guys,
I'm using the tiptap-vuetify with nuxt.js. I've added the `Link` extension to the editor.
When I input some text to the `href` field in the open dialog and click the apply button nothing …