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.
Closes https://github.com/microsoft/playwright/issues/32748. Adds a `TestStep.attachments` array to the Reporter API that shows all attachments for the step. Removes the artificial `attach "foo"` step for all calls except `TestInfo.attach()`. Updates the...
### Version Version 1.48.0 ### Steps to reproduce Set up a new Playwright project. Run the tests using npx playwright test --ui. Observe the memory usage during test execution, especially...
**Let us know what functionality you'd like to see in Playwright and what your use case is.** Currently, we have some shards taking longer than others just because PW runs...
### 🚀 Feature Request In my CI/CD structure, I first run a certain scope of tests, and then I have the option to rerun failed tests using the `--last-failed` flag....
Hi, it appears that [Chrome Devtools Protocol has added support for the Autofill interaction](https://chromedevtools.github.io/devtools-protocol/tot/Autofill/). [Puppeteer has added support](https://github.com/puppeteer/puppeteer/issues/10244), so I'm curious if we could see this come to playwright? Thanks...
### Version 1.48.0 ### Steps to reproduce Reproduction 1. Clone repo at https://github.com/mello-r/playwright-accept-language-bug 2. `pnpm install` 3. `pnpm test:ui` 4. Input date has the English format and not the German...
### Version 1.48.1 ### Steps to reproduce I run `npx playwright test ./tests/hooks-and-group.spec.js --headed --project chromium` This is my code for hooks-and-group.spec.js, which is simply to open a page and...
### Version 1.48.1 ### Steps to reproduce Was trying to setup our mobile testing with appetize/playwright await session.type(email). doesn't type correctly on the simulator which is failing our tests. The...
### Page(s) https://playwright.dev/docs/api/class-request#request-resource-type ### Description The listing only mentions `image`, but on Firefox (only), HTML like ```html ``` results in the resourceType `images` instead.
### Version 1.46.0 ### Steps to reproduce Opened the browser navigated to page filled the details on page and clicked on export button Actual : some random id is visible...