Videos
Hoping this will help someone out as there's currently not a ton of Playwright boilerplate projects out there. This is a nodejs project, using https://www.automationexercise.com (no affiliation) as the site under test. Check out the repo here and if you have any questions, critique, or suggestions for future additions, let me know.
A few months back I posted a boilerplate Typescript Playwright project that got some good feedback and hopefully helped some people out. I realized afterwards that the site under test was kind of trash with random ads that would popup, and it was also somewhat old school. I've since refactored the whole project to run against a much more modern site (https://demo.vercel.store), updated dependencies, and have added more comprehensive reporting. Check out the updated project here- https://github.com/angelo-loria/playwright-boilerplate
The README largely explains why/how I did certain things but if anyone has any questions or suggestions as to what would be useful to add to the README, let me know (or open a pull request in the project.)