Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enhance executable not found check #572

Merged

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Mar 17, 2021

Addresses #477

Fixes #577

and on Slack

Copy link
Member

@pavelfeldman pavelfeldman left a comment

Choose a reason for hiding this comment

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

Please check if this works cross-platform!

@mxschmitt
Copy link
Member Author

mxschmitt commented Mar 17, 2021

Please check if this works cross-platform!

It does, because its a hard-coded message from upstream Playwright: https://github.com/microsoft/playwright/blob/0c7da44465c3802fec6211bafd9609f6b773f5de/src/server/browserType.ts#L172

Added a test for it.

@pavelfeldman pavelfeldman merged commit e54b3a8 into microsoft:master Mar 18, 2021
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.

[BUG] misleading error message "browser was not found" if browser fails to start for other reasons
2 participants