-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/main/README.md#packages). Please make sure that your issue is dire…
-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/master/README.md#packages). Please make sure that your issue is di…
-
### 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…
-
Running pytest-bdd with pytest 7.2 ([released a week ago](https://github.com/pytest-dev/pytest/releases/tag/7.2.0)) leads to:
```
pytest.PytestDeprecationWarning: The hookimpl pytest_bdd_after_ste…
-
**Describe the bug**
Couldn't initialise "wdio-ui5-service". If I remove `ui5` from my list of services `services: ['chromedriver','vscode','ui5'],` the test runs fine.
Error [ERR_PACKAGE_PATH_NOT_E…
-
**Describe the bug**
When I start my test with `wdio run wdio.conf.js` the chromium browser starts but the address bar of the browser shows `data: ,` instead of my baseurl.
As a result my tests are …
-
[//]: # NOTE: This repository only maintains packages that are listed in the [Readme](https://github.com/webdriverio/webdriverio/blob/master/README.md#packages). Please make sure that your issue is di…
-
**Environment (please complete the following information):**
- **WebdriverIO version:** 7.10.1
- **Mode:** WDIO testrunner
- **If WDIO Testrunner, running sync/async:** sync
- **Node.js versio…
-
#### I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
#### What is the…
-
Would it be worth including bits on organizing files and general structure for modules? For example:
- Do functions get their own files? If so, how to name these files? If mixed, when to separate the…