Navdeep Singh
Navdeep Singh
**Is your feature request related to a problem? Please describe.** Currently, `allure-playwright` report group the results by projects. **Describe the solution you'd like** Group the results by each spec file....
Currently, when hitting the record button, it creates a new `spec` file. Question/request: Is it possible to create/append the test within the selected spec file in the extension?
**Context:** - Playwright Version:1.21.1 - Operating System: Windows - Node.js version: 14 - Browser: WebKit - Extra: [any specific details about your environment] **Code Snippet** Help us help you! Put...
I have a sample project that is created using `npm init playwright@latest` and trying to run the `example.spec.ts` on chromium vs stable edge (channel: 'msegde'). Observation: - Chromium execution takes...
### System info - Playwright Version: [v1.34] - Operating System: Mac - Browser: Chromium - Other info: ### Source code - [x] I provided exact source code that allows reproducing...
Let us know what functionality you'd like to see in Playwright and what your use case is. Currently, if the response body is too long (in my case, it is...
Let us know what functionality you'd like to see in Playwright and what your use case is. Currently, if you are working with two contexts then in the trace file,...
### Version 1.49.0 ### Steps to reproduce ``` import { test, expect } from "@playwright/test"; test.only("get started link", async ({ page }) => { await page.goto("https://playwright.dev/"); await page.getByRole("link", { name:...