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.
**Context:** - Playwright Version: 8.7.0 - Operating System: Windows - Node.js version: 14.5.1 - Browser: Chromium - Extra: N/A **Code Snippet** Help us help you! Put down a short code...
I know it's been asked before in #14513, but reopening this question since it would really help us. We want to split our tests in separate projects per teams. And...
we have testInfo.attach(), but there won't be any tests when globalSetup is running. So won't be able to attach at that level. This would be especially useful when running tests...
Can the event handling API be changed to that of Vue Test Utils and Testing library? Those seems more user-friendly to me than the current API. Current API: ```typescript test('event...
partial fix for https://github.com/microsoft/playwright/issues/15919
It looks like `process.exit(1);` is used universal throughout the project when something does not go as expected. `process.exit(1);` is also used when everything does execute properly, but not all test...
**Context:** - Playwright Version: [1.23] - Operating System: [Windows] - Node.js version: [v16.13.2] - Browser: [Chrome] - Extra: [Selenium Hub in Windows and Node in Linux] In CLI, first set...
Hi Team, In this PR i have added some information related to Initial setup with TestNg Framework
**Context:** ## System: - OS: Windows 10 10.0.19044 - Memory: 1.73 GB / 15.78 GB ## Binaries: - Node: 18.0.0 - C:\Program Files\nodejs\node.EXE - npm: 8.7.0 - C:\Program Files\nodejs\npm.CMD ##...