microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
64.3k stars 3.49k forks source link

[Feature]: add option export CURL from trace network #30082

Open mikicymulate opened 4 months ago

mikicymulate commented 4 months ago

🚀 Feature Request

Added the option to export the CURL from playwright TRACE like in chrome devtools

Example

When you want to resend a request there will be no need to manually reassemble it.

Motivation

Option to resend / check failed requests. The option exists in most browsers.

image

dev-jonghoonpark commented 2 months ago

@pavelfeldman

Any ideas on how to access that functionality?

Would it be nice to have a menu appear when you right click on an item, like what is provided in chrome devtools?

example