Ankur
Ankur
Thanks for raising this @GavinB-hpe. I think we're going to go down the route of making the error message clearer (as well as the documentation) to ensure that the `null`...
Hmm, i think being aligned with k6 would be the best, especially since the browser will one day be merged into k6.
> Just pitching in to the issue. With the latest main [eb13672](https://github.com/grafana/xk6-browser/commit/eb136726e37282fffad0c642062a04a6680a6adc) I get about 1-2 directories left behind when running a 10VU script for 1min. > > Error line...
> It occurred to me that [this diff](https://github.com/grafana/xk6-browser/issues/402#issuecomment-1156369059) in #402 can also solve the concurrency problem without needing you to do anything more. 🤔🤞 Oh nice, I'm working on #402...
Looks good to me. Is there a reason why tests were performed only on a `t3.large` instance? I guess we don't know how many VUs our users will want. I...
Hi @jbaigaon, I'm unable to recreate this issue unfortunately. Could you please send us the script that results in the same behaviour using a public website? Cheers
> So I vote to close this, and open new issues for specific flaky behavior. > I also prefer to have issues per flaky test (or behaviour) as that way...
> Have you tried it without a promise (without `Browser.on`)? If you haven't, we might so we can see if it's the `on` method or the `isConnected` method. Good point....
> But I think the usefulness of this metric would be if it's emitted periodically in the background at a set interval. Is this correct, or do you have other...
Original conversation in slack: https://loadimpact.slack.com/archives/C033REJN4MR/p1660661072059919?thread_ts=1660658327.545839&cid=C033REJN4MR I have found that the context is [nullified](https://github.com/grafana/xk6-browser/blob/main/common/frame.go#L430) which seems to occur on the back of a CDP event (either `EventExecutionContextDestroyed` or `EventExecutionContextsCleared`). This occurs...