-
I am very interesting by your service but it doesn't work in my side. Could you help me?
I am using chrome with a selenium Grid 4:
```
{
maxInstances: 4,
browserName: 'chrome',
// …
-
It would be great if playwright can provide OOTB support for calculating the code coverage of e2e tests.
This feature is provided by every test framework, as we are migrating to playwright from wdio,…
-
Versions: latest webdriverio + latest expect-webdriverio, TS 5.4.3
Trigger `await expect(await $$('.item')).toBeDisplayed();`
Logs:
```
TypeError: el?.isDisplayed is not a function
at fil…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
I'm trying to setup end-to-end tests for Tauri. I've followed the [official documentation](https://tauri.app/v1/guides/testing/webdriver/example/selenium) but when I try to start my tests I get the fo…
-
### Is your feature request related to a problem?
With WebdriverIO you can start a repl session pointing to an existing WDIO config, e.g.:
```sh
wdio repl "./path/to/wdio.config.js" 0 -p 9515
``…
-
How to get the types for custom commands like `getWorkbench()` working?
![image](https://github.com/webdriverio-community/wdio-vscode-service/assets/1105080/df81ff4f-df1b-4303-a938-80b0843ec4b8)
…
-
Hi,
do you have any plan to integrate screenshots taken with 'image-comparison' service (wdio-image-comparison-service)?
It would be really nice to have baseline / screenshots / diff images attach…
-
With
- wdio v7
- cucumber v7
- wdio.conf.ts runner
Configuration:
```
const sourceSpecDirectory = process.env.features;
const parallelExecutionReportDirectory = `path/to/parallelExecutionRep…
-
Hello,
WebdriverIO released version 5 around Christmas, see here (https://webdriver.io/blog/2018/12/19/webdriverio-v5-released.html).
To make this reporter usable with the new version, some adju…