Category: python
-
E2E Testing with Playwright for Python: Pros and Cons

Playwright is an end-to-end (E2E) testing tool for web based applications. I’ve recently started using Playwright for testing APIs and websites, and I wanted to share my experiences. Playwright comes in two different flavours. There is ‘standard’ Playwright, which is installed using npm or yarm and involves writing tests in Javascript or Typescript. Then there…

