Start Monitoring with Playwright Test

Microsoft’s Playwright Test is the leading end-to-end testing framework, but end-to-end testing alone can't guarantee uptime or reliability for your apps. Integrate Checkly with Playwright for real-time alerts, validation, and rich debugging insights.

home.spec.ts
import { expect, test } from "@playwright/test"

test(
  "wait for an element to become visible",
  async ({ page }) => {
    await page.goto("https://www.checklyhq.com/")

    const mainHeadline = page.locator("#landing h1")
    await expect(mainHeadline).toBeVisible()

    await page.screenshot({ path: "screenshot.jpg" })
  }
)

Trusted by Engineering Team at

Deno logoVercel logo1Password logoRender logoCrowdstrike logoAutodesk logoAutoTrader logo

Start monitoring your API endpoints and vital site transactions.

Get started

No credit card required