Skip to content

Commit b3c4f3a

Browse files
Updating playwright installation step (#314)
updating playwright installation step
1 parent df289a6 commit b3c4f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ cd PowerApps-TestEngine\src\PowerAppsTestEngine
4343
# Build
4444
dotnet build
4545

46-
# Install browsers required by Playwright - replace <net-version> with actual output folder name, eg. net6.0.
47-
.\bin\Debug\<net-version>\playwright.ps1 install
46+
# Install browsers required by Playwright
47+
.\bin\Debug\PowerAppsTestEngine\playwright.ps1 install
4848
```
4949
If you face trouble running dotnet build try [Clean locally](https://github.com/microsoft/PowerApps-TestEngine#clean-locally) first.
5050

0 commit comments

Comments
 (0)