Tag: Playwright

  • Alpine Linux Dockerfile for PDF rendering: with Playwright and Puppeteer

    Rendering PDF in software projects can be done with different ways and one of the easiest ways to do it is to craft HTML page and render it with Playwright or Puppeteer. Creating the HTML is the easiest part but if you’re not using the documented ways of using Playwright and Puppeteer and prefer to…

  • Notes of Best Practices for writing Playwright tests

    Notes of Best Practices for writing Playwright tests

    Playwright “enables reliable end-to-end testing for modern web apps” and it has good documentation also for Best Practices which helps you to make sure you are writing tests that are more resilient. If you’ve done automated end-to-end tests with Cypress or other tool you probably already know the basics of how to construct robust tests…