Pavel Feldman

Results 492 comments of Pavel Feldman

Did you select the first retry in the report? Both video and trace are there for me when I run your app with `APP_ENV=pipeline` ![image](https://github.com/microsoft/playwright/assets/883973/04f5e675-de4e-4424-9fdb-37cd0cd28420)

Closing as per above. Please file issue with the additional details if it does address your issue.

> const authFile = "tests/.auth/state.json" > and > test.use({ storageState: "./tests/.auth/state.json" }); Be careful here, your file name is relative to CWD, never a good idea, resolve it via __dirname...

Unfortunately, I can't reproduce this. This kind of auth is working for our users and this is the first time we are seeing the request like this. If you could...

Closing as non-actionable due to the lack of repro. Please open a new bug if you manage to create a repro we can use.

This looks like it is working as intended. Your route will fail if the test ends mid-route. What error does it give you if you call unrouteAll? Is it a...

Could you share the output, it is a little hard to navigate via the description?

We can't reproduce this locally, being able to reproduce this would make this issue actionable.

That's the thing, I could not repro. Need something I can repro with, self-contained, minimal.

If URL is not public, I won't be able to access it. It is always best to reduce the failure to a minimal self-contained repro that we can run locally....