Ivan Mirić

Results 55 issues of Ivan Mirić

In #289 we exposed the preconfigured device emulation settings, which is a static list of devices. We should have a way of updating this list automatically, e.g. based on the...

feature

It seems that `evaluate()` always hangs tests on macOS in CI, see https://github.com/grafana/xk6-browser/runs/4036009989. The common and most relevant stack trace among all tests I've seen so far is this, which...

bug
tests
evaluation needed

On current `main` (917b83e) on Linux and Chromium 97, running the following script: ```javascript import launcher from 'k6/x/browser'; export default function() { const browser = launcher.launch('chromium', { headless: false, });...

enhancement
low prio
evaluation needed

Hi, and thanks for the wonderful plugin! I'm wondering if it's possible to preserve newlines when recalling a command from history. Here's what I mean: Currently when running a multiline...

In the most recent Cloud deployment (7722b29), running a 1VU/1h test of [a slightly modified version of `fillform.js`](https://github.com/grafana/xk6-browser/blob/9622c4c2640014536d7814f5ff7598b16dd7ca39/examples/fillform.js) shows frequent but seemingly random execution pauses, where CPU usage and Request...

bug
high prio
cloud

This is the issue that triggered #510, which still happens on current `main` (db80f94). The event loop corruption was fixed in k6 (https://github.com/grafana/k6/pull/2693), but we still need to fix this...

bug
high prio
cloud

Running the same test script from #510, on current `main` (db80f94), and mostly only reproducible in the Cloud, we sometimes see the following error: ``` navigating to "https://test.k6.io/": timed out...

bug

This happens very rarely on current `main` (db80f94), even on Cloud test runs. In some cases while running the test script from #510 we see the following event logged: ```...

bug

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,...

enhancement
ci

Running the same test script from #510, on current main (db80f94), and mostly only reproducible in the Cloud, we sometimes see the following error: ``` clicking on "a[href=\"/my_messages.php\"]": timed out...

bug