Testing · +9 points

Playwright

Microsoft's E2E testing framework — cross-browser automation.

Install
npm init playwright@latest
License
Apache-2.0
Stars
68k+

Integration goal

Write a Playwright test that checks page title.

  1. Create example.spec.js
  2. Use page.goto and expect title
  3. Push to GitHub
Open Integration Workspace →

← All open source tools