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 …
Posts in Playwright
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 …
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 …