Ivan Mirić
Ivan Mirić
If we need to look into it, let's reopen this issue then, or create a new one. But from what you're saying it sounds that: - There's a clash in...
GitHub supports embedding MP4s in READMEs since a few months ago, so this should definitely be a crisp MP4. :slightly_smiling_face: (The k6 GIF should be updated to an MP4 as...
Yeah, this seems more involved than I originally thought. We should definitely split it up somehow. Let's discuss it tomorrow. We don't have to finish everything for v0.3.0, and we...
As mentioned over Slack, support for [k6's `blockHostnames` option](https://k6.io/docs/using-k6/options/#block-hostnames) was added in #204, and released in v0.2.0. So you can give that a try right now and see if it...
Hi there, a script to reproduce it would help, but I can understand if it's an internal service and this is not possible. At first glance that URL seems strange:...
This is also important to avoid data races from sharing `goja.Runtime`. See https://github.com/grafana/xk6-browser/issues/254#issuecomment-1060380139 and https://github.com/grafana/xk6-browser/pull/263#pullrequestreview-905621976. The quickest relief would be to remove it from `ElementHandle.eval()`.
Well, we currently pass `goja.Value`s to this function, and to `ExecutionContext.eval()`, and do the conversion inside it: https://github.com/grafana/xk6-browser/blob/3ad187ce3f3cd07fd572bb504f8a69d28cf29d4f/common/execution_context.go#L180 https://github.com/grafana/xk6-browser/blob/3ad187ce3f3cd07fd572bb504f8a69d28cf29d4f/common/helpers.go#L55 Instead, this should happen much higher up in the stack, as...
This issue is blocking reliable tests for #40 and #90 (#117). A test for #40 was added in #167 but we reverted it in e6db54c9 because of flakiness. So just...
I've been looking into this issue and here's what's happening and the timeline of events of the current [fillform.js](https://github.com/grafana/xk6-browser/blob/05f8b5fc8b5ae278296537bd490282c814a7ef07/examples/fillform.js) example: 1. The initial page is loaded (`/my_messages.php`), and the `networkidle`...
I'll look into the other reported `waitFor*` issues, but it's difficult to know what's happening in their case because we don't have access to their site. A few things stand...