We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df289a6 commit b3c4f3aCopy full SHA for b3c4f3a
README.md
@@ -43,8 +43,8 @@ cd PowerApps-TestEngine\src\PowerAppsTestEngine
43
# Build
44
dotnet build
45
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
+# Install browsers required by Playwright
+.\bin\Debug\PowerAppsTestEngine\playwright.ps1 install
48
```
49
If you face trouble running dotnet build try [Clean locally](https://github.com/microsoft/PowerApps-TestEngine#clean-locally) first.
50
0 commit comments