-
* **Node.js Version**: 8.12.0
* **OS**: Windows
Hi I am using Javascript with cucumber and i am trying to add debug feature in the framework using VScode and i am facing "C:\Program Files\nodejs…
-
**Environment (please complete the following information):**
- **WebdriverIO version:** `5.11.1`
- **Mode:** Testrunner
- **If WDIO Testrunner, running sync/async:** Sync
- **Node.js version:*…
-
this is my feature
```
Feature: Admin login
Scenario: Login successful
When I set "lixun" to the inputfield "//android.widget.EditText[@resource-id="com.lilun.passionlife:id/et_username"]"
…
-
[//]: # 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…
-
[//]: # 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…
-
# Issue description
Hook don't seem to run anymore.
# Steps to reproduce
These are my files:
**wdio.conf.js**
```
exports.config = {
specs: ['./src/features/*.feature'],
exclude: […
-
**Describe your question with as much detail as possible**
Hello, I am migrating from v4 to v5, using cucumber framework.
In v4, it was possible to provide a node writable stream to webdriverio and …
-
@wdio/spec-reporter": "^5.11.7",
"@wdio/allure-reporter": "^5.11.0",
"@wdio/cli": "^5.11.12",
"@wdio/cucumber-framework": "^5.11.12",
"@wdio/local-runner": "^5.11.12",
"@w…
-
**Environment (please complete the following information):**
- **WebdriverIO version:** 5.11.0
- **Mode:** WDIO Testrunner
- **If WDIO Testrunner, running sync/async:** sync
- **Node.js versio…
-
**I have two same cucumber steps described in my steps.js file. When I run wdio I have the scenario failed with no reason specified, all the steps after and including the duplicated one are skipped. I…