Skip to content

Conversation

@pavelfeldman
Copy link
Member

const config = await resolveCLIConfig(options);

// Chromium browsers require ffmpeg to be installed to save video.
if (config.saveVideo)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let the users do it manually or at least print a message to stderr that we are dowloading something?

@github-actions

This comment has been minimized.

console.error(colors.red(`\nError: ffmpeg required to save the video is not installed.`));
console.error(`\nPlease run the command below. It will install a local copy of ffmpeg and will not change any system-wide settings.`);
console.error(`\n npx playwright install ffmpeg\n`);
// eslint-disable-next-line no-restricted-properties
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a note about the directory where to run the command?

@github-actions
Copy link
Contributor

Test results for "MCP"

2 failed
❌ [chrome] › mcp/cdp.spec.ts:20 › cdp server @mcp-windows-latest
❌ [chrome] › mcp/cdp.spec.ts:31 › cdp server reuse tab @mcp-windows-latest

2568 passed, 108 skipped


Merge workflow run.

@pavelfeldman pavelfeldman merged commit 87d40b4 into microsoft:main Oct 27, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Save Video does not work

2 participants