Playwright is exceptional for end-to-end testing. It can do so much, from interacting with forms to mocking server requests and a heap of other things. In this article, we’ll go over 12 tips and …
Playwright makes what used to be complicated in end-to-testing almost too easily, especially waiting for network requests.
However, in the case of single-page applications (SPA) where a click on a …
At work, I’ve been migrating us over from Cypress to Playwright for end-to-end tests. In that time, we’ve enabled two-factor authentication functionality in our application for security. …