Max Schmitt

Results 733 comments of Max Schmitt
trafficstars

@eatonjl would it be possible that you provide us a repro without TeamCity? Otherwise we can't dig into it unfortunately.

Most likely it's related to your Docker setup rather than to your actual test files. So the test files don't bring much value.

I see also that your Docker image is not pinned, make sure to pin it in the future: https://playwright.dev/docs/docker Might be unrelated to that probably but still good to have.

(Risks are that we might just change the ubuntu distribution which you are using, since latest can be anything. More risk is that the OS dependencies might be different per...

Most likely you don't have the Playwright [operating system dependencies](https://playwright.dev/docs/cli#install-browsers) installed. We recommend if you use Docker, to use the [official image](https://playwright.dev/docs/docker) as well, which is tested and guaranteed to...

Did you install the dependencies via `npx playwright install --with-deps`? @jetwiwo please file a separate issue.

@mohitkhatri88 what is your host operating system? Is it ubuntu 20? If so, then its most likely a duplicate of https://github.com/microsoft/playwright/issues/15764.

download in your case is undefined. Could you share a full reproducible with us? See here for how to deal with downloads: https://playwright.dev/docs/downloads

Playwright has some tsconfig path resolving integrated since a few releases, that's why the linked issue of yours is closed. In your case it most likely does not find your...

> > We as of today don't process `extends` inside tsconfig afaik > > A sparse `tsconfig` file with `extends` is how SvelteKit apps are scaffolded today by default. Are...