İnanç Gümüş

Results 197 comments of İnanç Gümüş

Happened one more time, [here](https://github.com/grafana/k6/actions/runs/19172968507/job/54810172770). Click here to see the logs. ```bash time="2025-11-07T15:32:06Z" level=warning msg="setTimeout 2 was stopped because the VU iteration was interrupted" time="2025-11-07T15:32:06Z" level=warning msg="setTimeout 5 was stopped...

Hi @NaMinhyeok, thanks for working on this issue. Please make sure to use the new `Page.goBack` in [this test](https://github.com/grafana/k6/pull/5378) and remove the `catch` block (see the source code in that...

Hi @ForestEckhardt, can you send the full command that you ran and its full output?

After adding [this fix](https://github.com/grafana/k6/pull/5439) to the release `1.4.2`, [`TestMachineReadableSummary`](https://github.com/grafana/k6/blame/1477b8bf0175df1dc075a49517f1ffcabe70f7f3/internal/cmd/tests/cmd_run_test.go#L2973C6-L2973C32) also went through, now causing a test failure. That test belongs to the upcoming `1.5.0` release, and will be fixed once...

> I am wondering if shared workers have no support or compatibility with k6/browser currently Hi @camanderson, unfortunately, k6-browser doesn't support workers yet :( @joanlopez Nice work 👍 Like you...

@Ashish050488 We'll release k6 1.4.0 in two weeks. Please continue working on this PR if you want it merged into k6 1.4.0. Otherwise, we'll have to postpone merging your PR...

Hi @Ashish050488, you can run [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) to fix the "imported but not used" issue: `Error: internal/js/modules/k6/browser/common/locator.go:9:2: "github.com/grafana/sobek" imported and not used`.