-
I have application built on `express` framework.
My start script in `package.json` is `nodemon --debug ./bin/www`.
```
$ npm start
> MyApp@0.5.0 start /Users/me/projects/myapp
> nodemon --debug ./bi…
-
Hello, I am using WebdriverIO 5 with version 3 of this plugin and cannot figure out how to prevent test results from being printed to standard output.
I have this configuration in my wdio.conf.js b…
-
I run this at the command line:
```
$ node --inspect --debug-brk test/src/dev/node/define/1.test.js
Debugger listening on ws://127.0.0.1:9229/93a5524a-ae0a-4aa2-a985-3cd6ac6a2b9f
For help see h…
-
**Describe the bug**
Building Docs fails when running storybook build inside the docker container. It works on the local windows machine (storybook start, storybook build). it creates build/docs and …
-
## Please, provide the details below:
### Did you verify this is a real problem by searching the [NativeScript Forum]
yes
### Tell us about the problem
My application builds and runs well on b…
-
#### What are you trying to achieve?
See the correct error message on test failure when using `within()` function and `retryFailedStep` plugin.
e.g.
```
element ({css: .nonExistingClass}) still …
-
- https://webdriver.io/docs/proxy.html
- Proxy like WonderProxy
-
## The problem
At my work, we use webdriverio with chrome. It appears that the chromedriver may be sending responses back that webdriverio can't handle.
## Environment
* WebdriverIO version: …
-
**Environment:**
- **WebdriverIO version:** "^5.4.4"
- **Mode:** WDIO
- **WDIO Testrunner:** Sync
- **Node.js version:** 10.14.1
- **NPM version:** 6.4.1
- **Browser name and version:** Ch…
-
### Summary:
The `retryFailedStep` Plugin retries whole steps in a block, such as a session and within.
### Step to reproduce:
1. Add `plugins` section in `codecept.conf.js`
```codecept.con…