microsoft / PowerApps-TestEngine

MIT License
101 stars 29 forks source link

Installation - Playwright step - Clarification #312

Closed fhunth closed 11 months ago

fhunth commented 11 months ago

I have some questions about the following step in the install process.

Install browsers required by Playwright - replace with actual output folder name, eg. net6.0.

.\bin\Debug\\playwright.ps1 install

I cannot find this file(playwright.ps1) on my folder, after a successful build. I don't even see the folder ".\bin\Debug\\" Is there another prerequisite? Is it needed a playwright install? Please could you add more details for this step?

Regards

Fernando Hunth

NavneetThekkumpat commented 11 months ago

@fhunth Correct step would be .\bin\Debug\PowerAppsTestEngine\playwright.ps1 install . Updating the readme with the PR linked.