-
### Brief summary
Nil pointer exception occurred in [FrameManager.NavigateFrame](https://github.com/grafana/xk6-browser/blob/d68946077680ff60f8b741f9305ce6dcde3fd78b/common/frame_manager.go#L588).
…
ka3de updated
11 months ago
-
Discovered by #141.
#129 will possibly fix this:
- 377a6d86
- 771bb3b2
- 360e58a3
```
--- PASS: TestPageGotoDataURI (4.05s)
858: running [Created by common.(*FrameSession).initEvents @ fram…
-
### Feature Description
CPU and network throttling are useful in order to emulate specific network conditions, for example in order to emulate a mobile connection speed when actually running in a fas…
ka3de updated
11 months ago
-
### Brief summary
Closing the browser window does not
### k6 version
v0.46.0
### xk6-dashboard version
24d784bd2c311785ea090fb994bc9dae9ccca6bf
### OS
Linux
### Docker version and image (if a…
-
Tested against: dbede120c63df43995813a847a25b0e66e289592
If you run the following scripts then you should find that the PW script fails with a timeout error, whereas the xk6-browser script succeeds.
…
-
### Enhancement Description
Currenty (v0.6.1), there is no dashboard for the custom metrics in the html report, and since v0.6.0, the customization documentation as been removed, because the long t…
-
Tested against: https://github.com/grafana/xk6-browser/commit/dbede120c63df43995813a847a25b0e66e289592
The `browser.isConnected` function doesn't seem to fully work as expected -- it doesn't correctl…
-
I'm trying to connect to rabbitmq using the framework `[rhea](https://github.com/amqp/rhea)` so I used `browserify` to make the framework compatible. However, the resulted js is constantly throwing er…
-
In #556 we added a Dockerfile to build an xk6-browser image, but as discussed there, we should build and publish the image in CI, as part of our release process, in [the same way we currently do for k…
-
`NetworkManager` deadlocks while racing with two different browser network events:
* `onLoadingFailed`
* `onRequestPaused`
This issue only happens when we have outgoing requests that are in [the …