From 9f89f81fd44b85a348ab58cc45d122a39b3fed1a Mon Sep 17 00:00:00 2001 From: Navaneeth Thekkumpat Date: Wed, 25 Oct 2023 09:58:07 -0400 Subject: [PATCH] updating playwright installation step --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7bcf5be..b90334464 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ cd PowerApps-TestEngine\src\PowerAppsTestEngine # Build dotnet build -# Install browsers required by Playwright - replace with actual output folder name, eg. net6.0. -.\bin\Debug\\playwright.ps1 install +# Install browsers required by Playwright +.\bin\Debug\PowerAppsTestEngine\playwright.ps1 install ``` If you face trouble running dotnet build try [Clean locally](https://github.com/microsoft/PowerApps-TestEngine#clean-locally) first.