playwright
playwright copied to clipboard
[Feature]: add option export CURL from trace network
🚀 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.
@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?