Skip to main content

One post tagged with "testing"

View All Tags

· 6 min read
Tiago Silva

To maintain an integrated and optimized workflow in our project, we use Playwright as our end-to-end testing framework.

Why Choose Playwright?

Playwright stands out by offering support for:

  • Multiple browsers: Chromium, Firefox, and WebKit;
  • Multiple programming languages: JavaScript/TypeScript, Python, Java, and .NET.

It also provides benefits such as:

  • Capturing screenshots and video recordings during test executions;
  • Simulating devices and network conditions;
  • Running tests in parallel and in "headless" mode (without a graphical interface).