Leonardo Henrique Tsuda

Results 14 comments of Leonardo Henrique Tsuda

does this section reduce some steps? https://playwright.dev/docs/test-auth#reuse-signed-in-state I don't know if you can have a globalSetup for only a few tests (if you need) but this will only do the...

After updating to 1.6.0, one of the original problems seems to be solved Error that still occurs: > If error getting credentials occurs, run docker-compose down and pull the required...

Please, see link below, maybe it could help. https://playwright.dev/docs/test-parallel#disable-parallelism

> Thank you appreciate! > > So I added a breakpoint at the page creation and found out, that AxeBuilder is creating the second page, so it seems not an...

Hi, is this what you are looking for? https://playwright.dev/docs/api/class-apiresponseassertions#api-response-assertions-to-be-ok

Not exactly what you asked but do you think any of this would be an workaround? - using a environment variable - using a constant but you would have to...

Usually Playwright's team supports Ubuntu LTS versions, which 23.04 is not, so they might fix this issue as best effort but it might not happen. Let's wait to see their...

I'm sorry if this is not related to the issue, but I see that in you project there's `playwright` and `playwright/test` packages. A long shot here, is it possible to...

Hello, I have the same issue running multipass on Windows 11 Professional. I just did a Quick Create on Hyper-V and an Ubuntu VM was installed without any problem, also...

That's probably expected as the `page` is created by the function fixture `context` which is created by the `session` scoped fixture `Browser`. Because of that, the `page` (browser window) opens...