Pavel Feldman

Results 494 comments of Pavel Feldman

Yep, I can repro, was opening using npx playwright out of habit.

It should actually show you the reload screen if the connection is terminated: ![image](https://github.com/microsoft/playwright/assets/883973/3e9072c6-5c9c-4ed5-80cf-cf75406fd7ea) Not sure why it does not do it - probably because k8s keeps the balancer socket...

Fixing via reload means that the ws= is not a part of the query, which will break some interoperable scenarios. I have a PR for it, but I can't say...

This first change looks good! Could you follow up with: - rendering it in the HTML report and other reports - rendering it in the Trace - supporting it in...

Please start with filing a feature request, even if you plan to contribute this PR.

We need a minimal repro to act on this issue, something we could run locally to see the error.

This works fine for me. I need exact steps I can follow to reproduce the issue.

At this time, merge-reports only supports merging the shards where all other variables are fixed (project is the same across shards). You have been using an undocumented env variable `PWTEST_BLOB_REPORT_NAME`...

We will follow up to make it less ugly. - Let's make sure all the parameters for reporters used on CI are env-passable so that config is not modified -...