This is a sample Playwright UI testing project that has a few example tests that point to an existing website:
https://forfundataproject.web.app/
You must have npm
installed before installing the project dependencies.
Run brew install npm
Perform an installation of npm from your distro's package manager.
npm install
npx playwright install
npx playwright test (--debug) (--headed)
npx playwright show-report