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.
### 🚀 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...
### Version * 1.56.1 * 1.57.0 ### Steps to reproduce 1. run `npx playwright install --with-deps` 2. enter password 3. wait for command to complete successfully 4. check `sudo` privileges...
### 🚀 Feature Request Storage partitioning is now enabled by default in all major browsers ([ex](https://privacytests.org/)) but seems to be disabled for browsers by playwright: - Chrome: the `ThirdPartyStoragePartitioning` feature...
### Version 1.57 ### Steps to reproduce Test explorer is not searching all tests if those have not been expanded. If i expand all and then search: ### Expected behavior...
### Version 1.52.0 ### Steps to reproduce The issue is produced in 2 stages: 1. A first execution that has a global error before starting executing the tests that produces...
### 🚀 Feature Request Currently, Playwright is excellent for API testing via APIRequestContext, but it lacks built-in support for validating JSON Schemas. To verify if a response matches a specific...
### Version 1.57.0 ### Steps to reproduce After upgrading to Playwright 1.57, the browser now launches Chrome for Testing instead of the lightweight open-source Chromium used in earlier versions. This...
The Run Test code lens does not appear when using custom fixtures. Our test repository does not use const { test } = require('@playwright/test') // or import { test }...
### Version 1.58 ### Steps to reproduce See "screenshot.spec.ts > should work with large size". ### Expected behavior Should pass. ### Actual behavior Does not! ### Additional context _No response_...
### Version 1.56.1 ### Steps to reproduce I have simple docker compose service that I use to run playwright tests ``` services: playwright: image: playwright:v1.56.1 user: ${USER_ID}:${GROUP_ID} userns_mode: host working_dir:...