Navdeep Singh

Results 8 issues of 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....

theme:playwright

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?

P3-collecting-feedback

**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...

browser-webkit
P3-collecting-feedback

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...

triaging

### 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...

feature-trace

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,...

feature-trace
v1.45

### 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:...

v1.49