Closed gregdeane closed 1 year ago
Not sure if either of the issues below are actual bugs or if I've just missed mention of them in the documentation. Apologies if so!
Running the npx playwright install command as instructed solves the issue.
npx playwright install
show-report
npx playwright show-report fails. Note: I ran this command after fixing tests as mentioned above and running the tests successfully.
npx playwright show-report
Hi @gregdeane,
Thanks for reporting this. I've fixed the installation issue. To see the report, you'll have to run npx playwright show-report from within the playground directory where the test has been run.
playground
Not sure if either of the issues below are actual bugs or if I've just missed mention of them in the documentation. Apologies if so!
Playwright not working out of the box
Note the successful setup and server start
Note the test failure:
Running the
npx playwright install
command as instructed solves the issue.Playwright
show-report
not working.npx playwright show-report
fails. Note: I ran this command after fixing tests as mentioned above and running the tests successfully.