Skip to content

Commit 707ad00

Browse files
committed
fix: outputDir arg value in mcp.ts
1 parent 3e6b61b commit 707ad00

File tree

1 file changed

+1
-1
lines changed
  • mastra-test-app/src/mastra

1 file changed

+1
-1
lines changed

mastra-test-app/src/mastra/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const buildPlaywrightArgs = () => {
1010
"--user-agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
1111
"--viewport-size=1920,1080",
1212
"--no-sandbox",
13-
"--output-dir=artifacts/",
13+
"--output-dir=artifacts",
1414
"--save-session",
1515
"--save-trace"
1616
];

0 commit comments

Comments
 (0)