AdamOakman
AdamOakman
Hello, how can I configure this library to use expect assertions outside unit tests and describe and it blocks? I have a typescript project where I use jest expect assertions...
There is a new security feature introduced in iOS 16.0 which asks user to allow/disallow pasting data between apps. Are there any plans to introduce it so it can be...
### Current situation Given we set below in playwright.config.ts: ``` screenshot: { mode: 'only-on-failure', }, ``` and the test fails on expect.soft() somewhere in the middle of the test and...
This issue was mentioned in a couple of places and seems like it is missing a good solution: https://github.com/microsoft/playwright/discussions/19893 https://github.com/microsoft/playwright/discussions/21341 Currently we have 2 ways of using fixture options -...
Let's assume I want to run 20 tests in total but only 10 at the same time to avoid putting a big load on the application under test. I would...
Just like in the topic. Forgive me I can't find any information about it if there is any
### 🚀 Feature Request As documented in here: https://playwright.dev/docs/actionability#stable it would be beneficial to expose 'stable' state as additional option in Locator.waitFor. At the moment the only way to make...