Open
Description
{
"mcpServers": {
"playwright": {
"transport": "stdio",
"enabled": true,
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--output-dir=/Users/hh/Desktop/output",
"--save-trace",
"--headless"
],
"env": {},
"url": null,
"headers": null
}
}
}
I let the mcp server run some task,i can see it generate a folder named trace and some files here, but I dont know hot to use this trace file ,
https://playwright.dev/docs/trace-viewer-intro
document say there should be a trace.zip file , i tried to compress these folder , but still cant use
in https://trace.playwright.dev/

Metadata
Metadata
Assignees
Labels
No labels