Running Playwright or any e2e test suite on a Netlify preview URL
If you host your application or website on Netlify and have it intregrated with Github, you have the advantage of pretty good automation in your pipeline on opening a merge request.
If you also happen to have end to end (e2e) tests, you can easily point them to the preview deployment, to automatically verify that your vital features are still functioning!