DEV Community

yanir manor
yanir manor

Posted on

1

Move fast move to Playwright

After working in several big compony that include testing and automation I discover Playwright.
I think that Playwright is very simple and fast tool for development.
You can create a Nodejs script for making automation of flow in your system or web scraping.
You also can use Playwright as E2E, an integration testing platform.
Playwright has its own test runner - @playwright/test that you can install as simple as NPM package.

Playwright test runner allows to:

  • Run tests across all browsers.
  • Execute tests in parallel.
  • Enjoy context isolation out of the box.
  • Capture videos, screenshots, and other artifacts on failure.
  • Integrate your POMs as extensible fixtures.
  • automate scenarios that require authentication (I think this feature is very useful).
  • Visual compare screenshots.
  • Customize reports.
  • Easy to debug.

Enjoy 😊

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay