playwright-dotnet icon indicating copy to clipboard operation
playwright-dotnet copied to clipboard

[Feature] Clarify NetX folder in the error message

Open MNF opened this issue 3 years ago • 1 comments

When I run .Net Playwright first time by following https://playwright.dev/dotnet/docs/intro I've got

Host system is missing a few dependencies to run browsers. ║ Please install them with the following command: ║ ║ pwsh bin\Debug\netX\playwright.ps1 install-deps ║ ║ <3 Playwright Team

netX was confusing. You should either determine which version is available and replace it in the message, or add clarification that user must change netX with existing folder, e.g. net6.0.

MNF avatar Apr 30 '22 08:04 MNF

Related https://github.com/microsoft/playwright-dotnet/issues/2239

304NotModified avatar Aug 04 '22 03:08 304NotModified