playwright
playwright copied to clipboard
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Add loading time option in playwrightconfig.ts under USE module and that time should share across the tests while execution in this case we no need to use any other functions...
partial fix for: https://github.com/microsoft/playwright/issues/17206 https://www.npmjs.com/package/vue-component-type-helpers has been released last month and is maintained by Vue. It's also used in Vue Test Utils: https://github.com/vuejs/test-utils/blob/main/package.json#L26 related: https://github.com/microsoft/playwright/pull/23194
Hi, I am putting this PR out as a feeler to see if there's interested in improving this error message, but the copy is by no means final and I...
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? I consider it...
The component is already rendered with the required props/events/slots when calling `component.update`. This makes it unnecessary to specify all required props/events/slots again when updating a single prop/event/slot. related: https://github.com/microsoft/playwright/pull/23151, https://github.com/microsoft/playwright/pull/23194
partial fix for: https://github.com/microsoft/playwright/issues/17206 https://www.npmjs.com/package/vue-component-type-helpers has been released last month and is maintained by Vue. It's also used in Vue Test Utils: https://github.com/vuejs/test-utils/blob/main/package.json#L26 related: https://github.com/microsoft/playwright/pull/23151
### System info - Playwright Version: [v1.34 / latest] - Operating System: [Windows 10] - Browser: [ Chromium] - Other info: codegen only ### Source code - [x] I provided...
### 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...