We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6b61b commit 707ad00Copy full SHA for 707ad00
mastra-test-app/src/mastra/mcp.ts
@@ -10,7 +10,7 @@ const buildPlaywrightArgs = () => {
10
"--user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
11
"--viewport-size=1920,1080",
12
"--no-sandbox",
13
- "--output-dir=artifacts/",
+ "--output-dir=artifacts",
14
"--save-session",
15
"--save-trace"
16
];
0 commit comments