-
bleno.on('stateChange', function(state) {
console.log('on -> stateChange: ' + state);
if (state === 'poweredOn') {
console.log('start advertising');
bleno.star…
-
### What happened?
WHEN
- using mocha and WDIO
- and putting some `Navigate` and `Ensure` in the `before` hook
- and the `Ensure` fails (by non met assertion, because `PageElement` does not exi…
-
.babelrc
```
{
"plugins": [
[
"module-resolver",
{
"root": [
"."
],
"alias": {
"styles": "./styles",
"compon…
-
### Bug description
In PDF documents, combining a large or long image with a long caption causes the caption to overlap the page number and exceed the page margins instead of wrapping it to the nex…
-
### 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…
-
First time using node-inspector. Here's my setup:
```
$ nvm --version
0.31.4
$ nvm current
v6.4.0
$ node --version
v6.4.0
$ npm install -g node-inspector
```
My simple test file:
```
//test.js
var …
-
### Version
1.44.0
### Steps to reproduce
1. Clone this repository https://github.com/c3er/electron-playwright-issue
2. Install dependencies: `npm install`
3. Run test: `npm run test`
##…
c3er updated
5 months ago
-
### Current behavior
Hello. If my project compiles with webpack more then 60000ms electron browser closes with:
```
webpack compiled in 81151 ms (7a14303e39520cc0)
cypress:server:run all Browser…
-
### 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…
-
**Edit from @lmiller1990: this is getting worked on: https://github.com/cypress-io/cypress/pull/23104. Component Testing performance will be improved, initially released under an experimental flag to …